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)
edit
I SOLVED, THANKS
How to escape escapes characters using version 6.2.8
How to escape escapes characters using version 6.2.8
Last edited by bent on 2009-08-06T04:56:39-07:00, edited 1 time in total.
Re: How to escape escapes characters using version 6.2.8
I'm using "-annotate" option to print text and this is my script (via PHP):