montage labeling

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
padawan
Posts: 1
Joined: 2016-04-24T01:16:32-07:00
Authentication code: 1151

montage labeling

Post 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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: montage labeling

Post by snibgo »

snibgo's IM pages: im.snibgo.com
Post Reply