All Versions
9
Latest Version
Avg Release Cycle
85 days
Latest Release
3165 days ago
Changelog History
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).
- 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- Compatibility with io.js 1.x and 2.x
-
v0.0.6 Changes
December 24, 2014๐ 1. GIF format support (#33)
- 'getPixel' method to get the color of a pixel (#44)
- 'setPixel' method to set the color of a pixel (#45)
- 'Contain' method (#68, #88)
- 'Cover' method (#88)
- 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
- Create an empty image ๐ฏ 3. Clone an existing image
- Extract / Copy part of an image
- Paste an image onto another image ๐จ 6. Lower memory footprint
-
v0.0.4 Changes
September 17, 2014 -
v0.0.3 Changes
September 15, 2014- Compatibility with Node 0.11 (and hopefully 0.12).
- Open an image both from disk and from a Buffer object.
- Sharpen image.
- Adjust saturation.
- Adjust lightness.
- Adjust hue.
-
v0.0.2 Changes
September 04, 2014V0.0.2 Adds:
๐ 1. PNG support
- Flipping (Mirroring) an image
- Adding a border (padding) to an image
-
v0.0.1
July 09, 2014