All Versions
9
Latest Version
Avg Release Cycle
85 days
Latest Release
2923 days ago

Changelog History

  • v0.0.9 Changes

    May 19, 2016

    ๐Ÿ‘ 1. Node 6 support

  • v0.0.8 Changes

    October 04, 2015

    ๐Ÿ“‡ 1. Image metadata (PNG only) - #165 (@joannajw) โฌ†๏ธ 2. Node 4 support (Upgrade to NAN 2) - #182 (@kant2002, @weareu) โšก๏ธ 3. Update CImg (6fee35d), giflib (8bd1b91) and libpng (a2791c9).

    1. Fix bug caused by raw pixels buffers with other than 4 channels (1138482).

    Many thanks to @antoinepairet and @unbornchikken for their help with #182.

  • v0.0.7 Changes

    June 04, 2015
    1. Compatibility with io.js 1.x and 2.x
  • v0.0.6 Changes

    December 24, 2014

    ๐Ÿ‘ 1. GIF format support (#33)

    1. 'getPixel' method to get the color of a pixel (#44)
    2. 'setPixel' method to set the color of a pixel (#45)
    3. 'Contain' method (#68, #88)
    4. 'Cover' method (#88)
    5. Extend 'open' method to open raw pixels buffers (#86). ๐Ÿ 7. Run automated builds on Windows machine with AppVeyor (one step closer to distribution of pre-built binaries).

    Note : giflib uses c99 features (bool type, specifically). This causes further restrictions when compiling on Windows, since c99 is only supported from VS2013. Until pre-built binaries are provided, users installing this module on Windows must have Visual Studio 2013 or later.

  • v0.0.5 Changes

    October 02, 2014

    ๐Ÿ‘ 1. Adds support for transparency

    1. Create an empty image ๐Ÿ‘ฏ 3. Clone an existing image
    2. Extract / Copy part of an image
    3. Paste an image onto another image ๐Ÿ–จ 6. Lower memory footprint
  • v0.0.4 Changes

    September 17, 2014

    ๐Ÿ› Bug fixes (#42, #43)

  • v0.0.3 Changes

    September 15, 2014
    1. Compatibility with Node 0.11 (and hopefully 0.12).
    2. Open an image both from disk and from a Buffer object.
    3. Sharpen image.
    4. Adjust saturation.
    5. Adjust lightness.
    6. Adjust hue.
  • v0.0.2 Changes

    September 04, 2014

    V0.0.2 Adds:

    ๐Ÿ‘ 1. PNG support

    1. Flipping (Mirroring) an image
    2. Adding a border (padding) to an image
  • v0.0.1

    July 09, 2014