[_] Image uploader with animated gif's
Richard Davey
rich at corephp.co.uk
Wed Jul 5 12:10:39 BST 2006
Dan Course wrote:
>> You must be doing something to the image in your script to cause this,
> because using the standard move_uploaded_files() function would preserve
> any animation, byte for byte.
>
> I'm using gd to process it, imagecreatefromgif(), after doing a,
> move_uploaded_files().
Yeah that is why then. What are you doing with GD? (i.e. do you actually
need to do it?) unless it's something like water marking, or thumb
nailing, then you may not require it.
Cheers,
Rich
--
Zend Certified Engineer
http://www.corephp.co.uk - PHP Development Services
>> You must be doing something to the image in your script to cause this,
> because using the standard move_uploaded_files() function would preserve
> any animation, byte for byte.
>
> I'm using gd to process it, imagecreatefromgif(), after doing a,
> move_uploaded_files().
Yeah that is why then. What are you doing with GD? (i.e. do you actually
need to do it?) unless it's something like water marking, or thumb
nailing, then you may not require it.
Cheers,
Rich
--
Zend Certified Engineer
http://www.corephp.co.uk - PHP Development Services