Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I'm using ImageMagick 6.9.9-22 Q16 on Linux. I'm trying to create an image that looks like a pile or stack of images. I'm using a variation of the command found at http://www.imagemagick.org/Usage/thumbnails/#polaroid :
This almost does what I want, but it's cutting off the left and right edges and I'm not sure why. How can I change this command so that it makes the resulting canvas as wide as is necessary?
Without looking in detail, I notice you "-composite" each image. The output of "-composite" will have the same dimensions as the first input. Is that what you want? If not, perhaps "-layer merge" is more suitable. See http://www.imagemagick.org/script/comma ... php#layers