after almost a decade of using ImageMagick this is the first "problem" I ever encountered.
I am trying to generate montages that include basic info about the pics, so using -label
Command Line:
Code: Select all
montage -verbose -label '%f %b\n%hx%w' -pointsize 10 -background '#000000' -fill 'gray' -define jpeg:size=350x350 -geometry 350x350+2+2 -auto-orient $1*.jpeg 0000_montage.jpeg
What am I doing wrong?
Sysinfo:
Code: Select all
$ montage -version
Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Mike