I'm using
montage *.tif output.tif
to combine several images to one. I would now like them to be numbered (sometimes 1,2,3 …; somtimes A,B,C …) What possibilities are there to label the single images in the combined? Is there an option to put the label not underneath the picture but eg in the upper left or lower right corner?
Unfortunately I could't really figure out how to use the -label command to achieve that. Thanks for any suggestions.
If you want to invest a little more effort you can have more control. If you do it like this, you can label the images "on-the-fly" as you montage them rather than having to save them all labelled and then montage them. You can also control the width, in terms of number of images per line, more easily:
It takes advantage of ImageMagick
miff
format, which means Multiple Image File Format, to concatenate all the output images and send them into thestdin
of themontage
command.Or, you can change the script like this:
to get
Or maybe this...
Or with letters...
Iterate with a for loop.
Try using the -annotate with -gravity