Page 1 of 1

Tiling images onto a canvas

Posted: 2007-08-01T12:12:38-07:00
by Sargis
Hi,

Is there any way to tile images into a canvas while preserving their dimensions and border sizes, assuming they are all of different widths but the same height? Or is the only way to output tiled images in one file to use

Code: Select all

MagickWand *MagickMontageImage(MagickWand *wand,
    const DrawingWand drawing_wand,const char *tile_geometry,
    const char *thumbnail_geometry,const MontageMode mode,
    const char *frame)


Can anyone point me to examples or perhaps functions that would do this task? Any help would be greatly appreciated.

Thanks,

Sargis

Re: Tiling images onto a canvas

Posted: 2007-08-09T23:08:21-07:00
by anthony
You can see what is posible with montage in the command line examples
http://www.imagemagick.org/Usage/montage/

Anything more you may need expand more clearly or given an example of the desired output.