Tiling image vertically..

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Tiling image vertically..

Post by anthony »

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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply