filename on an image
Posted: 2009-09-01T05:15:20-07:00
Totally new to this ; want filename on the image as a reference
tried
convert x.png -font Aerial -pointsize 30 -draw "gravity northwest fill black text
0,12 'abcdefg' " xy.png
this writes title "abcdefg" onto file, but is there a way to put the filename title on the image rather than type it and modify the actual file rather than a copy (x.png - xy.png)
lots of files to do in a batch file
tried %f but it does not like it
tried
convert x.png -font Aerial -pointsize 30 -draw "gravity northwest fill black text
0,12 'abcdefg' " xy.png
this writes title "abcdefg" onto file, but is there a way to put the filename title on the image rather than type it and modify the actual file rather than a copy (x.png - xy.png)
lots of files to do in a batch file
tried %f but it does not like it