Page 1 of 1

Re: Montage and -label

Posted: 2009-02-27T10:51:52-07:00
by fmw42
see http://www.imagemagick.org/Usage/montage/ for examples. If it does not work, check your version of IM and be sure it is current.

But try putting your input earlier:

montage -label '%f' *.jpg -geometry 575x575 -density 240x240 -tile 3x4 proofs.jpg

or try using double quotes

montage -label "%f" *.jpg -geometry 575x575 -density 240x240 -tile 3x4 proofs.jpg

if on windows, see http://www.imagemagick.org/Usage/api/#windows

Re: Montage and -label

Posted: 2009-03-01T20:21:06-07:00
by anthony
If you want to define image labels AFTER reading you need to use -set label instead of -label