Releases: ONode/node-imagemagick
Releases · ONode/node-imagemagick
release fix
auto rotate is now supported with a single instruction mode.
var options = {
srcPath: "your input image file",
dstPath: "your output image file"
}
im.EXIFAutoRotate(options, function(err, stdout){
if (err) throw err;
console.log('stdout:', stdout);
});
svg
first release
package of 0.1.6