Re: Tiling image vertically..
Posted: 2007-06-18T18:31:47-07:00
You can add solid color borders to just one side using -splice
http://www.imagemagick.org/Usage/crop/#splice
You can append multiple images together verticall or horizontally using +/-append
http://www.imagemagick.org/Usage/mosaics/#append
You can tile images onto a larger canvas using convert tile: or a number of other methods
http://www.imagemagick.org/Usage/canvas/#tile
Do you see a pattern? IM Examples is your first stop!
Bacically, if you want a exact answer, you need to be clear with your question, prehaps with an example image linked from somewhere on the WWW.
http://www.imagemagick.org/Usage/crop/#splice
You can append multiple images together verticall or horizontally using +/-append
http://www.imagemagick.org/Usage/mosaics/#append
You can tile images onto a larger canvas using convert tile: or a number of other methods
http://www.imagemagick.org/Usage/canvas/#tile
Do you see a pattern? IM Examples is your first stop!
Bacically, if you want a exact answer, you need to be clear with your question, prehaps with an example image linked from somewhere on the WWW.