Comparing version 1.13.1 to 1.13.2
@@ -0,1 +1,5 @@ | ||
1.13.2 / 2013-10-18 | ||
=================== | ||
* fixed; density is a setting not an operator | ||
1.13.1 / 2013-09-15 | ||
@@ -2,0 +6,0 @@ =================== |
@@ -722,3 +722,3 @@ | ||
proto.density = function density (w, h) { | ||
return this.out("-density", w +"x"+ h); | ||
return this.in("-density", w +"x"+ h); | ||
} | ||
@@ -725,0 +725,0 @@ |
{ | ||
"name": "gm", | ||
"description": "GraphicsMagick and ImageMagick for node.js", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# gm v1.13.1 [![Build Status](https://travis-ci.org/aheckmann/gm.png?branch=master)](https://travis-ci.org/aheckmann/gm) | ||
# gm v1.13.2 [![Build Status](https://travis-ci.org/aheckmann/gm.png?branch=master)](https://travis-ci.org/aheckmann/gm) | ||
@@ -3,0 +3,0 @@ GraphicsMagick and ImageMagick for node |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99813