Top "Imagemagick" questions

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

`xcode-select --install` failing

Running OS X 10.9 trying to upload MacPorts following their guide Jadam$ xcode-select --version xcode-select version 2333. so I have Xcode on …

xcode terminal imagemagick macports
ImageMagick vs GD - which is faster, less resource intensive and produces better images?

I need to choose between either ImageMagick or GD library for the following image manipulation tasks: resizing images into multiple …

php image-processing imagemagick gd
ImageMagick: convert image to PDF with A4 page size and image fit to page

I want to convert different image formats (bmp,jpg,gif,png,tiff-incluging multipaged) into a PDF format with A4 page …

imagemagick imagemagick-convert
How to convert all files (in different formats) in given folder to different file type

I have a folder with many images from different types (png, jpg, jpeg, bmp, pdf), and I would like to …

imagemagick imagemagick-convert
Converting GIF's, PNG's and JPG's to .ICO files using Imagemagick

From: JPG, To: ICO; /usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 input.jpg \ -transparent white -colors 256 output/favicon.…

imagemagick favicon
Use ImageMagick to place an image inside a larger canvas

Getting started with ImageMagic and trying to find a way to do this... If an image is less than 50 pixels …

imagemagick
Convert: Postscript delegate failed

I am trying to convert a PDF to JPEG: $ convert pdf-test.pdf pdf-test.pdf.jpg However, I am getting this …

pdf imagemagick jpeg ghostscript postscript
Python Wand convert PDF to PNG disable transparent (alpha_channel)

I'm trying to convert a PDF to PNG - this all works fine, however, the output image is still transparent …

python imagemagick wand
How to batch resize images in Ubuntu recursively within the terminal?

I have multiple images stored in a set of organized folders. I need to re-size those images to a specific …

image ubuntu imagemagick ubuntu-11.10
PHP-Imagemagick image display

I have php code which create pdf thumbnail as follows; <?php $file ="test.pdf"; $im = new imagick(realpath($file).…

php imagemagick imagick