Different Thumbnail sizes within 1 montaged image.

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?".
Post Reply
Sargis

Different Thumbnail sizes within 1 montaged image.

Post by Sargis »

Turns out the best way to do this is to use an empty canvas with the background you want and then composite the images individually by using a for loop to keep count of the rows/columns and offsets.
Last edited by Sargis on 2007-08-02T12:21:41-07:00, edited 1 time in total.
Sargis

Re: Different Thumbnail sizes within 1 montaged image.

Post by Sargis »

If anyone is going to do anything of the nature, pm me or post and I can send you my code as an example. Its written in C using the wand api.
Post Reply