How to escape escapes characters using version 6.2.8

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
bent
Posts: 2
Joined: 2009-08-06T00:57:22-07:00
Authentication code: 8675309

How to escape escapes characters using version 6.2.8

Post 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
Last edited by bent on 2009-08-06T04:56:39-07:00, edited 1 time in total.
helal

Re: How to escape escapes characters using version 6.2.8

Post by helal »

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