ImageMagick/MagickTag

2003-11-26 Thread CF Lists
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]




RE: ImageMagick/MagickTag

2003-11-26 Thread cf-talk
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]




RE: ImageMagick/MagickTag

2003-11-26 Thread [EMAIL PROTECTED]
I'm in a similar mindset.
I had trouble getting CF_Magick tag to work properly eventually I just
decided to sod it and build the sting and run it in cfexecute.
Damn, sight more simple and arguably quicker I would say (less steps to the
solution).

-Darren

-Original Message-
From: cf-talk [mailto:[EMAIL PROTECTED]
Sent: 26 November 2003 17:10
To: CF-Talk
Subject: RE: ImageMagick/MagickTag

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]




RE: ImageMagick/MagickTag

2003-11-26 Thread Greg Luce
Have you ever gotten the draw text thing to work? See my examples below.

-Original Message-
From: cf-talk [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 12:10 PM
To: CF-Talk
Subject: RE: ImageMagick/MagickTag

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]