Jungsu Heo wrote:
Hello~.

I made a PHP script which resize GIF Image.

But, Animated GIF don't Animate ;-(

Manual says 'use imagecolortransparent() to format GIF89'.
The library that PHP uses, libgd, can't handle multiple frames in a GIF. SO if you resize a GIF with it the result that comes out will only be the first frame in the original GIF file; there is nothing to do about this.


--

-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - The PHP Magazine for Professionals - http://php-mag.net/
-------------------------------------------------------------------------


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to