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