Top "Graphicsmagick" questions

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

Convert HTML string to an image in Python

I want to convert following HTML to PNG image in Python. <html> <b>Bold text</…

python html image imagemagick graphicsmagick
Resize and crop image and keeping aspect ratio NodeJS & gm

I've been trying to create some thumbnails using the gm package from NodeJS, but I'm out of lucky. I need …

node.js graphicsmagick
Error: spawn ENOENT while using GM in node

When I try to resize an image like this: gm('public/uploads/1710410635.jpg') .resize(240, 240) .noProfile() .write('public/uploads/1710410635_t.jpg', …

node.js graphicsmagick
Installing GraphicsMagick on Mac OS X 10.8

I am trying to install GraphicsMagick on Mountain Lion and having problems. I tried all the things that I could …

macos node.js osx-mountain-lion homebrew graphicsmagick
What is the difference between ImageMagick and GraphicsMagick?

I've found myself evaluating both of these libs. Apart from what the GraphicsMagick comparison says, I see that ImageMagick still …

c++ image imagemagick comparison graphicsmagick
What is actual difference between GraphicsMagick and ImageMagick?

What is the actual difference between the GraphicsMagick and the ImageMagick libraries (source to compare list or article needed)?

imagemagick graphicsmagick
What options for convert (ImageMagick or GraphicsMagick) produce the smallest (filesize) PNG?

ImageMagick creates some pretty large PNGs. GraphicsMagick is a lot better, but I'm still looking for the best options to …

compression png imagemagick graphicsmagick
How can I install GraphicsMagick or ImageMagick on AWS Lambda?

I am using the gm package for Node.js along with the default ImageMagick installation that is available on AWS …

node.js imagemagick aws-lambda graphicsmagick serverless-framework
create image on nodejs with graphicsmagick

I need a way to create an image on graphicsMagick via node.js Normally I can manage this with; gm …

javascript node.js graphicsmagick
JNI - Passing large amounts of data between Java and Native code

I am trying to achieve the following: 1) I have a byte array on the java side that represents an image. 2) …

java java-native-interface graphicsmagick