> 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]

Reply via email to