Releases: EyalAr/lwip
Releases · EyalAr/lwip
v0.0.9
v0.0.8
- Image metadata (PNG only) - #165 (@joannajw)
- Node 4 support (Upgrade to NAN 2) - #182 (@kant2002, @weareu)
- 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
v0.0.6
- 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).
- 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.