Top "Imagemagick" questions

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

Convert image sequence to lossless movie

I have a sequence of images in TIF format, and I would like to create a movie at a fixed …

ffmpeg imagemagick movie
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
Merge Images Side by Side(Horizontally)

I have five images of sizes: 600x30, 600x30, 600x30, 600x30, 810x30. Their names are: 0.png, 1.png, 2.png, 3.png, 4.png, respectively. …

imagemagick
Imagemagick: Convert to fixed width, proportional height

Using the imagemagick convert command, how can I resize an image to a fixed width and proportional height e.g. …

imagemagick
Documents and examples of PythonMagick

Where can I find the document and examples of PythonMagick? I did a search on Google but no much information …

python imagemagick
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
Detect main colors in an image with PHP

I am trying to replicate the functionality that Dribbble.com does with detecting the predominant colors in an Image. In …

php image-processing imagemagick gd
Can I access ImageMagick API with Python?

I need to use ImageMagick as PIL does not have the amount of image functionality available that I am looking …

python imagemagick image-manipulation ctypes
Remove EXIF data from JPG using PHP

Is there any way to remove the EXIF data from a JPG using PHP? I have heard of PEL, but …

php image-processing imagemagick exif
Convert SVG to transparent PNG with antialiasing, using ImageMagick

I want to convert SVG images to PNG files with transparent background and anti-aliased edges (using semi-transparent pixels). Unfortunately I …

svg imagemagick png inkscape