- fixed; thumb() alignment and cropping [thomaschaaf]
- added; hint when graphicsmagick is not installed (#62)
- fixed; minify() (#59)
- added; flatten support [jwarchol]
- added; background support [jwarchol]
- fixed; identify parser error [chriso]
- added; extent and gravity support [jwarchol]
- added; filter() support [travisbeck]
- added; density() [travisbeck]
- fixed; permit either width or height in resize [dambalah]
- updated; docs
- added; strip() support [Math-]
- added; interlace() support [Math-]
- added; setFormat() support [Math-]
- fixed; regexps for image types [Math-]
- expose utils
- removed; console.log
- added; debugging info on parser errors
- fixed; exports.version
- fixed; use of reserved keyword
super
for node v0.5+
- added; autoOrient support [kainosnoema] (#21)
- added; orientation support [kainosnoema] (#21)
- fixed; identify parser now properly JSON formats all data output by
gm identify
such as IPTC, GPS, Make, etc (#20) - added; support for running as imagemagick (#23, #29)
- added; subclassing support; useful for setting default constructor options like one constructor for ImageMagick, the other for GM
- added; more tests
- changed; remove redundant
orientation
,resolution
, andfilesize
fromthis.data
inindentify()
. Use their uppercase equivalents.
- added; stream support [kainosnoema] (#22)
- 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