Tuesday 25 December 2018

conversion - append images using a grid


convert +append ...

appends images horizontally.


convert -append ...

appends images vertically.


Imagine i have a set of N images and i want to create to append the images following a grid of N/2 lines and 2 columns. How can i do that?


The best will be a direct method, but if it involves temporary images, it's ok for me



Answer



Use the ImageMagick "montage" command, specifically the "-tile" option. See http://www.imagemagick.org/Usage/montage/ for details.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...