Re: Montage and -label
Posted: 2009-02-27T10:51:52-07:00
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
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