I have an array of TITAN radar images (13 to be exact) the images are named with their corresponding time step eg: 13_04, 13_34, 14_04.... I'm tying to get these images in a montage for a article (which I succeeded) and it looks pretty good
Code: Select all
montage -label %f -geometry +48x48+2+2 *.png frame.png
The problem is I want to get rid of the extension in the label and also increase the label size and I'm basically stuck here, I've read trough what I can but maybe I'm missing something.
Any suggestions