Top "Imagemagick-convert" questions

The "convert" command, from the ImageMagick® software suite is a program to convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.

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
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
ImageMagick: No decode delegate for this image format `' @ error/constitute.c/ReadImage/504

Problem: ImageMagick convert is unable to crop image. It looks like it doesn't recognize the image type? What I've Tried: …

image bash macos imagemagick imagemagick-convert
ImageMagick: Lossless max compression for PNG?

I'd like to achieve a maximum amount of compression when saving to a lossless PNG using ImageMagick. I'm doing batch …

imagemagick png imagemagick-convert libpng
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 a multi page pdf to multiple pages using a single command

I want to convert multi page pdfs into single page images efficiently. I already know how to do this one …

imagemagick ghostscript imagemagick-convert
Python subprocess: wait for command to finish before starting next one?

I've written a Python script that downloads and converts many images, using wget and then ImageMagick via chainedsubprocess calls: for …

python imagemagick subprocess imagemagick-convert
ImageMagick convert pdf to jpeg has poor text quality after upgrading ImageMagick version to 6.7.8

After upgrading ImageMagick text quality got degraded when convert pdf to jpeg: Old image New Image Conversion command: convert foo.…

imagemagick imagemagick-convert pdf-conversion
Batch command for ImageMagick to convert all files in a directory and sub-directories on windows

I have thousands of SVG's in a folder and sub-folders. What I want is to batch convert all of them …

windows batch-file svg imagemagick imagemagick-convert