Fork me on GitHub. gm v1.9.0 GraphicsMagick for node.js. var gm = require ... ImageMagick. Then: > npm install gm. Read the documentation. var gm = require ...
Strips the image of any profiles or comments. Similar to noProfile() but removes both profile and comment data. only works with imageMagick. gm(img.png).strip ...
First download and install GraphicsMagick or ImageMagick. In Mac OS X, you can simply use Homebrew and do: brew install imagemagick brew install graphicsmagick
I am converting an image from jpg to png, but it is giving the error. Below is the code and error. gm('E:/image1.jpg').write('E:/image2.png', function(err){
First download and install GraphicsMagick or ImageMagick. In Mac OS X, you can simply use Homebrew and do: brew install imagemagick brew install graphicsmagick