- fixed; passing multiple paths to append() #77
- fixed; callback scope
- fixed; append() usage #77
- fixed; identify parsing for ImageMagick exif data (#58)
- fixed; when in imageMagick mode, complain about missing imageMagick bcherry (#73)
- added; tests
- fixed; scenes() args
- fixed; accept the left-to-right arg of append()
- added; _subCommand
- added; adjoin() [Math-]
- added; affine() [Math-]
- added; append() [Math-]
- added; authenticate() [Math-]
- added; average() [Math-]
- added; backdrop() [Math-]
- added; blackThreshold() [Math-]
- added; bluePrimary() [Math-]
- added; border() [Math-]
- added; borderColor() [Math-]
- added; box() [Math-]
- added; channel() [Math-]
- added; clip() [Math-]
- added; coalesce() [Math-]
- added; colorMap() [Math-]
- added; compose() [Math-]
- added; compress() [Math-]
- added; convolve() [Math-]
- added; createDirectories() [Math-]
- added; deconstruct() [Math-]
- added; delay() [Math-]
- added; define() [Math-]
- added; displace() [Math-]
- added; display() [Math-]
- added; dispose() [Math-]
- added; disolve() [Math-]
- added; encoding() [Math-]
- added; endian() [Math-]
- added; file() [Math-]
- added; flatten() [Math-]
- added; foreground() [Math-]
- added; frame() [Math-]
- added; fuzz() [Math-]
- added; gaussian() [Math-]
- added; geometry() [Math-]
- added; greenPrimary() [Math-]
- added; highlightColor() [Math-]
- added; highlightStyle() [Math-]
- added; iconGeometry() [Math-]
- added; intent() [Math-]
- added; lat() [Math-]
- added; level() [Math-]
- added; list() [Math-]
- added; log() [Math-]
- added; map() [Math-]
- added; matte() [Math-]
- added; matteColor() [Math-]
- added; mask() [Math-]
- added; maximumError() [Math-]
- added; mode() [Math-]
- added; monitor() [Math-]
- added; mosaic() [Math-]
- added; motionBlur() [Math-]
- added; name() [Math-]
- added; noop() [Math-]
- added; normalize() [Math-]
- added; opaque() [Math-]
- added; operator() [Math-]
- added; orderedDither() [Math-]
- added; outputDirectory() [Math-]
- added; page() [Math-]
- added; pause() [Math-]
- added; pen() [Math-]
- added; ping() [Math-]
- added; pointSize() [Math-]
- added; preview() [Math-]
- added; process() [Math-]
- added; profile() [Math-]
- added; progress() [Math-]
- added; rawSize() [Math-]
- added; randomThreshold() [Math-]
- added; recolor() [Math-]
- added; redPrimary() [Math-]
- added; remote() [Math-]
- added; render() [Math-]
- added; repage() [Math-]
- added; sample() [Math-]
- added; samplingFactor() [Math-]
- added; scene() [Math-]
- added; scenes() [Math-]
- added; screen() [Math-]
- added; segment() [Math-]
- added; set() [Math-]
- added; shade() [Math-]
- added; shadow() [Math-]
- added; sharedMemory() [Math-]
- added; shave() [Math-]
- added; shear() [Math-]
- added; silent() [Math-]
- added; snaps() [Math-]
- added; stagano() [Math-]
- added; stereo() [Math-]
- added; textFont() [Math-]
- added; texture() [Math-]
- added; threshold() [Math-]
- added; tile() [Math-]
- added; transform() [Math-]
- added; transparent() [Math-]
- added; treeDepth() [Math-]
- added; update() [Math-]
- added; units() [Math-]
- added; unsharp() [Math-]
- added; usePixmap() [Math-]
- added; view() [Math-]
- added; virtualPixel() [Math-]
- added; visual() [Math-]
- added; watermark() [Math-]
- added; wave() [Math-]
- added; whitePoint() [Math-]
- added; whiteThreshold() [Math-]
- added; window() [Math-]
- added; windowGroup() [Math-]
- added; node >= 0.7/0.8 compat
- 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