All Versions
66
Latest Version
Avg Release Cycle
70 days
Latest Release
2533 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.8.0 Changes
December 14, 2012- added; geometry support to scale() #98
- removed; incorrect/broken dissolve() method (never worked)
- fixed; handle child_proc error when using Buffer input #109
- fixed; use of Buffers with identify() #109
- fixed; no longer include -size arg with resize() #98
- fixed; remove -size arg from extent() #103
- fixed; magnify support
- fixed; autoOrient to work with all types of exif orientations dambalah #108
- tests; npm test runs unit only (now compatible with travis)
- tests; fix magnify test on imagemagick
- tests; added for cmd line args
-
v1.7.0 Changes
December 06, 2012- added; gm.compare support
- added; passing Buffers directly danmilon
-
v1.6.1 Changes
November 13, 2012- fixed regression; only pass additional params on error #96
-
v1.6.0 Changes
November 10, 2012- changed; rename internal buffer to _buffer #88 kof
- changed; optimized identify getters (format, depth, size, color, filesize). #83 please read this for details: https://github.com/aheckmann/gm/commit/8fcf3f8f84a02cc2001da874cbebb89bf7084409
- added; visionmedia/debug support
- added;
gm convert -thumbnail
support. differs from thumb(). danmilon - fixed; -rotate 0 support #90
- fixed; multi-execution of same gm instance arguments corruption
- fixed; gracefully handle parser errors #94 eldilibra
-
v1.5.1 Changes
October 02, 2012- fixed; passing multiple paths to append() #77
-
v1.5.0 Changes
September 15, 2012- fixed; callback scope
- fixed; append() usage #77
-
v1.4.2 Changes
August 17, 2012- fixed; identify parsing for ImageMagick exif data (#58)
- fixed; when in imageMagick mode, complain about missing imageMagick bcherry (#73)
- added; tests
-
v1.4.1 Changes
July 31, 2012- fixed; scenes() args
- fixed; accept the left-to-right arg of append()
- added; _subCommand
-
v1.4 Changes
- 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-]
-
v1.3.2 Changes
- added; node >= 0.7/0.8 compat