[PHP-DB] RE: [PHP-WIN] Can I rotate a gif with PHP

2001-11-02 Thread Robert Trembath

Hello Everyone,

I am generating some analylitical reports from a database using S-Plus
that produce a gif and then calling that gif as part of the report. But
I need to rotate this gif 90 degrees CW.

Can I do that with PHP?

Platform
-
W2K
MySQL
PHP 4.04

Let me clarify this. The app is written in PHP and I cannot find
anything that references rotating an image in the PHP docs. There is
some reference to rotating images in a pdf with PHP, but nothing else.

Anyone have any ideas?

--
Robert Trembath
Internet Technology Manager
e|[EMAIL PROTECTED] 




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] RE: [PHP-WIN] Can I rotate a gif with PHP

2001-11-02 Thread Pierre-Alain Joye


 that produce a gif and then calling that gif as part of the report. But
 I need to rotate this gif 90 degrees CW.
 
 Can I do that with PHP?
 
 Platform
 -
 W2K
 MySQL
 PHP 4.04
 
 Let me clarify this. The app is written in PHP and I cannot find
 anything that references rotating an image in the PHP docs. There is
 some reference to rotating images in a pdf with PHP, but nothing else.
 
 Anyone have any ideas?
Take a look at the tool imagemagick http://www.imagemagick.org

It provides a lot of usefull functions (convert, resize, rotate,...) and available for 
w2k.
Just call the command line within the php.

hth,

pa

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]