i'm using Imagemagick on windows command line.
i got 1 to 20 pages tif files, where i want to add a disclamer on the lower part of the page.
For a one page tif i got this sollution:
Code: Select all
convert^
-size 1728x2208 xc:white -draw "image over 150,20 1382,1766 'FaxOrig.tif'"^
-font Arial -pointsize 48 -annotate +185+1875 "disclamer text"^
Fax_with_disclamer.tif
Do you have any ideas?
Many thanks
Patrick