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
Montage and -label
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Montage and -label
If you want to define image labels AFTER reading you need to use -set label instead of -label
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/