Page 1 of 1

How to escape escapes characters using version 6.2.8

Posted: 2009-08-06T01:08:42-07:00
by bent
Hello, my version of ImageMagick in my shared domain is Version: ImageMagick 6.2.8 04/17/08.
I want to escape some characters like ' , " , %w , %h etc...

I'm using "-annotate" option to print text and this is my script (via PHP):

...
convert -size 1500x120 xc:#eff3fc -font fonts/all/".$font.".ttf -pointsize 80 -tile func/".$texture.".png -annotate +50+80 '".$text."' -trim +repage -scale 183x35 cache/cart/".$rand_name.".png"
...

Thanks for reply(s) :D

edit

I SOLVED, THANKS

Re: How to escape escapes characters using version 6.2.8

Posted: 2009-08-06T02:21:47-07:00
by helal
I'm using "-annotate" option to print text and this is my script (via PHP):