imagemagick-native
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"license": "MIT", | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"scripts": { | ||
"test": "tap test/test.js test/test.async.js test/test.streams.js", | ||
"test": "tap test/test.js test/test.async.js test/test.streams.js test/test.trim.js", | ||
"install": "node-gyp rebuild" | ||
@@ -24,0 +24,0 @@ }, |
@@ -155,2 +155,4 @@ # node-imagemagick-native | ||
quality: optional. 1-100 integer, default 75. JPEG/MIFF/PNG compression level. | ||
trim: optional. default: false. trims edges that are the background color. | ||
trimFuzz: optional. [0-1) float, default 0. trimmed color distance to edge color, 0 is exact. | ||
width: optional. px. | ||
@@ -157,0 +159,0 @@ height: optional. px. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
178568
27
908
455
46