Skip to content

v0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@EyalAr EyalAr released this 24 Dec 04:39
· 62 commits to master since this release
  1. GIF format support (#33)
  2. 'getPixel' method to get the color of a pixel (#44)
  3. 'setPixel' method to set the color of a pixel (#45)
  4. 'Contain' method (#68, #88)
  5. 'Cover' method (#88)
  6. 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.