[PHP] Optimized GIF animations created on the fly (patch included)

2004-10-19 Thread Jaakko Hyvätti
Hi all, Now as gif support is again in, I revised my patches for GIF creation for gd-2.0.28 and PHP. My patches may make it into gd-2.0.29, possibly modified, so the interface may still change if Thomas Boutell has better ideas for it. But anyway, here are patches for gd-2.0.28, php-5.0.2 a

Re: [PHP] Animating with GD?

2003-09-02 Thread Jaakko Hyvätti
On Wed, 27 Aug 2003, Simon Fredriksson wrote: > Is it possible to create GIF animations using GD? Yes, with patches from: http://www.iki.fi/hyvatti/sw/ . -Jaakko Animated GIF output for PHP php-4.3.2-gifanim.diff - patch to php-4.3.2 and php-4.3.3RC1 to implement LZW compressed GIF i

Re: [PHP] gif support not in GD 2.01?

2003-09-02 Thread Jaakko Hyvätti
Hi! On Mon, 1 Sep 2003, Merlin wrote: > I have included a imagecreatefromgif() into my code which runns pretty > fine on my testsystem 4.3.3 > > Now I uploaded it to the live system where an older version is running > and is build with GD2.0.1. This is causing an error. Is this function > not i

[PHP] Writing GIFs with LZW compression, patch

2003-06-16 Thread Jaakko Hyvätti
Hi! For those impatient to wait for official inclusion, I took gd_lzw_out.c from gd1.5.tar.gz and put it in php-4.3.2. The patch for configure script is not the most beautiful one, but it works for now. In case you developers have not yet included LZW compressed GIF support, feel free to us