Code: Select all
convert image.tif tiff:image.tif ^
(-clone 1 ^
-font Arial -pointsize 40 -draw "gravity NorthWest text 100,65 'Johahn Sebastian Bach' "^
-font Arial -pointsize 40 -draw "gravity NorthEast text 10,10 'No. 1040 ' "^
-font Arial -pointsize 40 -draw "gravity NorthEast text 00,175 '07/30/2015 ' "^
-font Arial -pointsize 50 -draw "gravity Center text -500,-50 'Payee Name Company' "^
-font Arial -pointsize 50 -draw "gravity Center text 750,-50 '300.35 ' "^
-font Arial -pointsize 50 -draw "gravity West text 50,50 'Three hundred and 35/100 ' "^
-font Arial -pointsize 25 -draw "gravity West text 50,110 'Deluxe Institution ' "^
-font Arial -pointsize 25 -draw "gravity West text 50,140 'Your City, State 12345 ' "^
-font MICR -pointsize 40 -draw "gravity SouthWest text 100,65 ' d89d o94o110555654089c a1040a' " ^
-compress group4 -threshold 75% )^
-delete 1 image.tif ^
test1.tif
useing the clone and delete line i get the error message (in some form or another)
Looking at the online docs, i am unable to figure out what I'm doing wrong. What am I missing or not understanding about the process?convert.exe: unable to open image `(-clone': No such file or directory