Top "Imagemagick" questions

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

Convert PDF to image with high resolution

I'm trying to use the command line program convert to take a PDF into an image (JPEG or PNG). Here …

pdf imagemagick
How to convert a SVG to a PNG with ImageMagick?

I have a SVG file that has a defined size of 16x16. When I use ImageMagick's convert program to convert …

svg imagemagick png
Replace transparency in PNG images with white background

I've got some PNG images with transparency, and I need to create versions with the image layer composed onto a …

png imagemagick alpha-transparency
Storing image in database directly or as base64 data?

The common method to store images in a database is to convert the image to base64 data before storing the …

mysql database image imagemagick base64
Recommendation for compressing JPG files with ImageMagick

I want to compress a JPG image file with ImageMagick but can't get much difference in size. By default the …

image-processing imagemagick
rmagick gem install "Can't find Magick-config"

I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2…

ruby-on-rails-3 rubygems imagemagick rvm rmagick
Convert SVG image to PNG with PHP

I'm working on a web project that involves a dynamically generated map of the US coloring different states based on …

php svg imagemagick jpeg gd2
convert:not authorized `aaaa` @ error/constitute.c/ReadImage/453

I want to create a captcha pic by use convert from ImageMagick. And I follow this, but there are some …

imagemagick imagemagick-convert
Verify ImageMagick installation

My web hosting said ImageMagic has been pre-installed on the server. I did a quick search for "ImageMagick" in the …

php imagemagick
Set transparent background using ImageMagick and commandline prompt

Suppose you have any image (PNG or JPG). This image has a white background and I need to make this …

png imagemagick alpha-transparency