I've never really bothered with the CF_Magick tag myself.  I just build
the arguments in a string variable and then use CFEXECUTE.  I've found
this to be much easier to deal with since I can test my image
manipulation(s) at the command prompt first and then, when I'm convinced
its working, put it into my code.


-Novak

-----Original Message-----
From: CF Lists [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 26, 2003 5:57 AM
To: CF-Talk
Subject: ImageMagick/MagickTag

Has anyone used imagemagick or magicktag to write text on an image? This

doesn't work.
<CF_MagickTag action="">              inputtype="file"
             inputfile="/usr/var/www/html/greg/banner.gif"
             outputType="file"
             outputFile="/usr/var/www/html/greg/greg.gif"
              debug="No"
              timeout="5">
  <CF_MagickAction action="" string="text 10,30 GREG">
</CF_MagickTag>

Nor this:
  <CF_MagickAction action="" string="text 10,30 ""GREG""">

Tried this also:
<cfexecute name="/usr/bin/convert"
arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 'GREG'
/usr/var/www/html/greg/greg.gif"
timeout="5">
</cfexecute>

And this:
<cfexecute name="/usr/bin/convert"
arguments="/usr/var/www/html/greg/banner.gif -draw text 10,30 GREG>
/usr/var/www/html/greg/greg.gif"
timeout="5">
</cfexecute>

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to