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 have to create a tiling solution for incoming tiff files and the format of output tiles has to be jpg. Each tile has to be in separate file and located on a black canvas (same size as incoming tiff) on the same position as in the original tiff file. I found the following script that solves somewhat my problem but it is slow when incoming tiffs are large (~100MB) and therefore I'm looking for a better solution.
Hmmm there seems to be a bug in the coalesce as I am getting an initial white background for the 'starting canvas'
when I should be getting a transparent canvas.
YES it does. However -coalesce MUST use a background none internally, as that is what is required for correct handling of GIF animations. Just about any GIF animation processing will go wrong without it.