Top "Graphicsmagick" questions

GraphicsMagick provides a robust collection of tools and libraries that support reading, writing, and manipulating images in over 88 major formats.

gm conversion issue in node.js

I am converting an image from jpg to png, but it is giving the error. Below is the code and …

javascript node.js imagemagick graphicsmagick
GraphicsMagick: toBuffer() Stream yields empty buffer

I am trying to read a file into a buffer, resize it and then write it to disk using the …

node.js imagemagick graphicsmagick
Gmagick extension for php install -- how and where?

Downloaded php-pear and tried installing gmagick extension by following the steps given in link "http://www.gerd-riesselmann.net/development/how-install-imagick-and-gmagick-ubuntu" …

php image-processing imagemagick php-extension graphicsmagick
How to do composite with gm node.js?

How to do 'gm composite -gravity center change_image_url base_image_url' with GM Node.js? How to call …

image node.js composite graphicsmagick
GraphicsMagick: No decode delegate for this image format

I have installed GM on OSX 10.9. Executing gm version prints the following: GraphicsMagick 1.3.18 2013-03-10 Q8 http://www.GraphicsMagick.org/ …

installation graphicsmagick
Generate Animated GIF with GM in Node.js

so i've been tackling this one for a few days and got the point when i'm ready to ask for …

javascript node.js image-processing imagemagick graphicsmagick
Get image dimensions from url path

I am trying to load the dimensions of an image from url. So far I've tried using GraphicsMagick but it …

node.js graphicsmagick
Apply watermark with text / image using GraphicsMagick

I need to be able to apply watermark on an image, using either text or another image. Getting it to …

image-processing imagemagick graphicsmagick
How to install GraphicsMagick with PNG support on Amazon EC2?

If you naively follow the steps on the GraphicsMagick website, after running ./configure, you end up with no PNG support: …

amazon-ec2 libpng graphicsmagick
Graphicsmagick for node not writing the whole jpg

I am using https://github.com/aheckmann/gm to resize an image. var fs = require('fs'); var gm = require('gm'); …

node.js graphicsmagick