Skip to content

Releases: ONode/node-imagemagick

release fix

01 Nov 08:07
Compare
Choose a tag to compare

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

01 Nov 03:02
Compare
Choose a tag to compare
svg
  • svg fix
  • geometry fix
  • crash from errors

first release

01 Nov 02:38
Compare
Choose a tag to compare

package of 0.1.6