Top "Imagemagick" questions

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

Convert PDF to PNG using ImageMagick

using ImageMagick, what command should i use to convert a PDF to PNG? I need highest quality, smallest file size. …

pdf pdf-generation imagemagick
Converting a PDF to PNG

I'm trying to convert a PDF to a PNG image (at least the cover of one). I'm successfully extracting the …

image pdf png imagemagick ghostscript
How to convert a .eps file to a high quality 1024x1024 .jpg?

I have a .eps file that I can look at in Photoshop, and it has a very high resolution, sharp …

imagemagick
ImageMagick no decode delegate

I'm trying to convert an image with imagemagick, but I'm getting this error: convert: no decode delegate for this image …

imagemagick
Reducing the file size of a very large images, without changing the image dimensions

Consider an application handling uploading of potentially very large PNG files. All uploaded files must be stored to disk for …

image image-processing compression image-manipulation imagemagick
ImageMagick security policy 'PDF' blocking conversion

The Imagemagick security policy seems to be not allowing me perform this conversion from pdf to png. Converting other extensions …

pdf imagemagick imagemagick-convert
How to remove EXIF data without recompressing the JPEG?

I want to remove the EXIF information (including thumbnail, metadata, camera info... everything!) from JPEG files, but I don't want …

unix imagemagick jpeg exif
“Diff” an image using ImageMagick

How can I get the difference between two images? I have the original image. Someone has written on an exact …

image image-processing imagemagick diff difference
Installing rmagick on Ubuntu

I'm trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick …

ruby linux ubuntu imagemagick rmagick
Convert PDF to JPEG with PHP and ImageMagick

I'm using a litte script to convert PDF to JPG. That works but the quality is very poor. The script: $…

php pdf imagemagick jpeg