All Versions
66
Latest Version
Avg Release Cycle
70 days
Latest Release
2303 days ago

Changelog History
Page 3

  • v1.12.1 Changes

    August 29, 2013
    • ๐Ÿ”จ refactor; replace through with stream.PassThrough
  • v1.12.0 Changes

    August 27, 2013
    • โž• added; diff image output file (chenglou)
  • v1.11.1 Changes

    August 17, 2013
    • โž• added; proto.selectFrame(#)
    • ๐Ÿ›  fixed; getters should not ignore frame selection
  • v1.11.0 Changes

    July 23, 2013
    • โž• added; optional formatting string for gm().identify(format, callback) (tornillo)
    • โœ‚ removed; error messages when gm/im binary is not installed
  • v1.10.0 Changes

    June 27, 2013
    • ๐Ÿ”จ refactor; use native -auto-orient for imagemagick
  • v1.9.2 Changes

    June 12, 2013
    • refactor; move streamToBuffer to a separate module
    • fixed; .stream(format) without a callback
  • v1.9.1 Changes

    May 07, 2013
    • fixed; gm().resize(width) always only resizes width
    • fixed; gm('img.gif').format() returns the format of the first frame
  • v1.9.0 Changes

    April 21, 2013
    • added; node v0.10 support
    • removed; node < v0.8 support - Buffer.concat()
    • tests; all tests now run on Travis
    • added; gm().stream() returns a stream when no callback is present
    • added; gm().toBuffer(callback)
    • fixed; gm().size() only returns the size of the first frame of a GIF
  • v1.8.2 Changes

    March 07, 2013
    • include source path in identify data #126 soupdiver
  • v1.8.1 Changes

    December 21, 2012
    • Avoid losing already set arguments on identify #105 #113 #109 JNissi
    • tests; add autoOrient + thumb() test
    • tests; add test case for #113
    • tests; added test for #109
    • tests; add resize on buffer test