Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 30, 2018 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/7db81f2d72275e22504891a97ea5f012 to your computer and use it in GitHub Desktop.
Save amandeepmittal/7db81f2d72275e22504891a97ea5f012 to your computer and use it in GitHub Desktop.
var fs = require('fs'),
gm = require('gm').subClass({ imageMagick: true });
// resize and remove EXIF profile data
gm('/path/to/my/img.jpg').resize(240, 240);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment