Top "Imagemagick" questions

ImageMagick is an open source software suite for displaying, converting and editing raster image files.

Draw text with custom font using ImageMagick and PHP

I want to dynamically render text to an image with a custom font, preferably with the option to output directly …

php imagemagick text-rendering
python wand.image is not recognized

I installed Imagemagic (both 32 and 64 bits versions were tried) and then used pip to install wand, I also set the …

python-2.7 imagemagick wand magickwand
RMagick complains it was configured with a different version of ImageMagick

I am getting following error while running local script/server of my Rails project: This installation of RMagick was configured …

imagemagick rmagick
Extract layers from PSD with ImageMagick, preserving layout

I'm using ImageMagick to extract layers from a PSD, and it gets them all out fine with: convert image.psd …

image-processing command-line imagemagick psd
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
ImageMagick convert SVG to PNG not working with RSVG enabled

I'm using ImageMagick's convert utility to convert SVG file to PNG image. At first, I used vanilla installation of IM …

svg imagemagick png rsvg
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
Can't install rmagick, pkg-config: command not found

I'm trying to install rmagick on my Mac OS X v10.9 (Mavericks) machine. However. I get this error /usr/local/…

ruby-on-rails ruby imagemagick osx-mavericks rmagick
Homebrew install package with a particular version

Unfortunately on my MAC I am unable to get the gem "rmagick" to install. I've tried pretty much a all …

imagemagick homebrew rmagick
Python doesn't find MagickWand Libraries (despite correct location?)

I wanted to install the Python ImageMagick API wand and followed this site: http://docs.wand-py.org/en/latest/guide/…

python imagemagick python-3.4 wand