php convert svg data to a jpg format?
I have svg data such as <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" ver...
Add padding to an image to make it square using ImageMagick?
I've been given a folder full of images with products on white backgrounds and asked to make they're all square and ...
converting images to indexed 2-bit grayscale BMP?
First of all, my question is different to How do I convert image to 2-bit per pixel? and unfortunately its solution ...
Glitchiness when I add transparency to a gif and convert it to webm?
Starting off I have this gif from google images: Then I convert the blue to transparency: convert octopus.gif -t...
ImageMagick: put white background under transparent PNG, then invert colors?
I have a PNG image with a black shape on transparent background. I need a white shape on a solid black background in...
Batch Image auto crop, apply fixed width, and maintain aspect ratio?
I'm finding it hard to find a solution to what I'm trying to do. Simply put, the usage of these images is for an on...
Using Ghostscript to convert multi-page PDF into single JPG??
I know Ghostscript can convert PDFs to JPGs, and in the case of a multi-page PDF, can rip each page to an individual...
Generate thumbnail with Imagemagick?
I need to generate thumbnail for all images in a folder like this ( example ) Original image: What I want: I ...
Combine multiple images using ImageMagick?
I would like to combine multiple images into one image using ImageMagick. To explain a little better, I want the res...
How to crop an image using ImageMagick from the command line??
I am trying to crop a 640x640 image using ImageMagick on the command line. I need to remove about 20 pixels from the...