montage from convert with labels creating blank image
Posted: 2009-12-01T13:08:15-07:00
I converted a set of *.ps files to tif with
for file in *.ps;do convert -pointsize 20 -draw "text 100,100 ${file%%_ss.ps}" -resample 300x300 ${file} ${file%%.ps}.tif;done
and the images are labeled.
I tried to montage those files
montage +label Asp_*_ss.tif test.tif
and the result is a blank image.
If I do not label the files in convert, then I get a montage.
I believe I am using the tools according to the documentation. If I'm making a mistake, would someone please point it out?
Thanks
Mike
for file in *.ps;do convert -pointsize 20 -draw "text 100,100 ${file%%_ss.ps}" -resample 300x300 ${file} ${file%%.ps}.tif;done
and the images are labeled.
I tried to montage those files
montage +label Asp_*_ss.tif test.tif
and the result is a blank image.
If I do not label the files in convert, then I get a montage.
I believe I am using the tools according to the documentation. If I'm making a mistake, would someone please point it out?
Thanks
Mike