- added; gm#trim() support [lepokle]
- added; gm#inputIs() support
- fixed; 'geometry does not contain image' error: gh-17
- added; bunch of tests
- fixed; polygon, polyline, bezier drawing bug
- added; resize options support
- shell args are now escaped (thanks @visionmedia)
- added; gm.in()
- added; gm.out()
- various refactoring
- removed deprecated
new
method - added drawing docs
- new images are now created using same gm() constructor
- can now create images from scratch
- add type method
- add drawing api
- add quality option to thumb()
- add teropa to contributors
- added support for colorspace()
- fixed naming conflict. depth() manipulation method renamed bitdepth()
- added better docs
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
- refactor project into separate modules
- add modulate method
- add colorize method
- add charcoal method
- add chop method
- bug fix in write without a callback
-
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
Initial release