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.

Creating a semi-transparent PNG with ImageMagick/convert

I have PNG files that I would like to convert the whole image to be semi-transparent. The image will be …

image imagemagick png transparency imagemagick-convert
error while loading shared libraries: libMagickCore-7.Q16HDRI.so.6

I have been trying to install ImageMagick in Ubuntu 16.04 to use with movie.py I have installed ImageMagick 7 but when …

imagemagick imagemagick-convert
Trying to convert 200 jpg files to an mp4 w/ ImageMagick. Receiving the same error over and over again

I'm trying to convert 200 .jpg files that were .ppm files into one .mp4 file. In the same directory as the .…

imagemagick imagemagick-convert
How to speed up a complex image processing?

Every user will be able to upload 100 TIFF (black and white) images. The process requires: Convert tif to jpg. Resize …

php image imagemagick converter imagemagick-convert
How to deskew a scanned text-page with ImageMagick?

I have scanned documents that weren't scanned perfectly straight so the text is not orientated perfectly horizontally, i.e. perhaps 10° …

imagemagick-convert
ImageMagick to verify image integrity

I'm using ImageMagick (with Wand in Python) to convert images and to get thumbnails from them. However, I noticed that …

imagemagick imagemagick-convert wand
ImageMagick memory usage

I have 100 PNG-files and each of them is 8250x4090 big. I need to append them with Imagemagick to one big …

imagemagick imagemagick-convert
Efficiently generating thumbnails with ImageMagick and convert

I'm looking to efficiently generate various sized thumbnails with ImageMagick's convert utility in Python. Some of my image files are …

imagemagick thumbnails imagemagick-convert
ImageMagick Convert BMP from 24 bit to 16 bit Mode?

I am trying to convert a BMP from 24 bits/pixel to 16 bit/pixel Mode in ImageMagick. convert /tmp/a/new/37.…

image-processing imagemagick imagemagick-convert imagemagick-identify
"Image not found" when using ImageMagick on Sierra (beta)

I'm trying to put watermark on iOS app's appIcon. For that I'm following [Ray's][1] blog and I installed ImageMagick using …

macos terminal imagemagick imagemagick-convert