File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.19 / 2015-09-16
2
+
3
+ * changed: Added error to notify about image magick not supporting minify [ encima] ( https://github.com/encima )
4
+ * changed: Refactored orientation getter to use faster identify call [ lbeschastny] ( https://github.com/lbeschastny )
5
+ * added: resizeExact function [ DanMMX] ( https://github.com/DanMMX )
6
+ * added: thumbExact function [ DanMMX] ( https://github.com/DanMMX )
7
+ * added: Add format inference from filename for buffers/streams [ adurrive] ( https://github.com/adurrive )
8
+ * fixed: Hex values when passed to compare aren't quoted automatically [ DanMMX] ( https://github.com/DanMMX )
9
+ * fixed: identify returning last frame size instead of the larges on animated gifs [ preynal] ( https://github.com/preynal )
10
+ * docs: Updated docs [ laurilehmijoki] ( https://github.com/laurilehmijoki )
11
+
1
12
1.18.1 / 2015-05-18
2
13
3
14
* changed: Added io.js support [ rwky] ( https://github.com/rwky )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gm" ,
3
3
"description" : " GraphicsMagick and ImageMagick for node.js" ,
4
- "version" : " 1.18.1 " ,
4
+ "version" : " 1.19.0 " ,
5
5
"author" :
" Aaron Heckmann <[email protected] >" ,
6
6
"keywords" : [
7
7
" graphics" ,
You can’t perform that action at this time.
0 commit comments