Skip to content

release fix

Latest
Compare
Choose a tag to compare
@jjhesk jjhesk released this 01 Nov 08:07

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);
});