Page 1 of 1

montage labeling

Posted: 2016-04-24T01:27:20-07:00
by padawan
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

Re: montage labeling

Posted: 2016-04-24T02:30:19-07:00
by snibgo