Skip to content

Latest commit

 

History

History
136 lines (98 loc) · 2.03 KB

History.md

File metadata and controls

136 lines (98 loc) · 2.03 KB

v0.5.0 - 07/07/2011

  • added; gm#trim() support [lepokle]
  • added; gm#inputIs() support
  • fixed; 'geometry does not contain image' error: gh-17

v0.4.3 - 05/17/2011

  • added; bunch of tests
  • fixed; polygon, polyline, bezier drawing bug

v0.4.2 - 05/10/2011

  • added; resize options support

v0.4.1 - 04/28/2011

  • shell args are now escaped (thanks @visionmedia)
  • added; gm.in()
  • added; gm.out()
  • various refactoring

v0.4.0 - 9/21/2010

  • removed deprecated new method
  • added drawing docs

v0.3.2 - 9/06/2010

  • new images are now created using same gm() constructor

v0.3.1 - 9/06/2010

  • can now create images from scratch
  • add type method

v0.3.0 - 8/26/2010

  • add drawing api

v0.2.2 - 8/22/2010

  • add quality option to thumb()
  • add teropa to contributors
  • added support for colorspace()

v0.2.1 - 7/31/2010

  • fixed naming conflict. depth() manipulation method renamed bitdepth()
  • added better docs

v0.2.0 - 7/29/2010

new methods

  • swirl
  • spread
  • solarize
  • sharpen
  • roll
  • sepia
  • region
  • raise
  • lower
  • paint
  • noise
  • negative
  • morph
  • median
  • antialias
  • limit
  • label
  • implode
  • gamma
  • enhance
  • equalize
  • emboss
  • edge
  • dither
  • monochrome
  • despeckle
  • depth
  • cycle
  • contrast
  • comment
  • colors

added more default args to several methods added more examples

v0.1.2 - 7/28/2010

  • refactor project into separate modules

v0.1.1 - 7/27/2010

  • add modulate method
  • add colorize method
  • add charcoal method
  • add chop method
  • bug fix in write without a callback

v0.1.0 - 6/27/2010

  • no longer supporting mogrify

  • add image data getter methods

    • size
    • format
    • color
    • res
    • depth
    • filesize
    • identify
  • add new convert methods

    • scale
    • resample
    • rotate
    • flip
    • flop
    • crop
    • magnify
    • minify
    • quality
    • blur
    • thumb

v0.0.1 - 6/11/2010

Initial release