[magick-users] escape ....escapes me
Jim Shupert, Jr.
jshupert at theppsgroup.com
Fri Nov 14 13:44:15 PST 2008
I might be having a dim moment...
i have this in a win file.bat
convert D:\ss\mich-b.jpg -fill black -pointsize 24 -draw "text 120,460
'File Name : FName'" -fill black -pointsize 24 -draw "text 120,490 'Title
: TNamejjj'" D:\ss\mich-b-2.jpg
and it does what I wish -- but - it is all one line. I want to have it (
the bat file ) be multiple lines with eascape char.
like
convert D:\ss\mich-b.jpg -fill black -pointsize 24 -draw "text 120,460
'File Name : FName'" \
-fill black -pointsize 24 -draw "text 120,490 'Title : TNamejjj'" \
D:\ss\mich-b-2.jpg
something like that ... somehow i have that wrong ... what is the proper
means to use escape char
basically
convert < params such as inputFile color , text text size >
line 1
line 2
line 2
outputFile
Thanks!
j
More information about the Magick-users
mailing list