What would you then recommend as an alternative to imagegif() since
it's READ-ONLY (verifying with PHP 4.3.2 and imagetypes() verifies its
existence but apparently cannot be used)?
Thanx
Phil
Andy Hassall <andy@andyh.co.uk> wrote in message news:<0p6l909ujs8bdqjtu4r9j6asn8tjqel3rv@4ax.com>. ..[color=blue]
> On Thu, 6 May 2004 20:49:14 +0100, "Filth" <p.macdonald@blueyonder.co.uk>
> wrote:
>[color=green][color=darkred]
> >> > I have only used the GD lib a little.
> >> > Is there a way to convert a file from a .gif to a .jpeg file?
> >>
> >> Use
http://us3.php.net/manual/en/function.imagejpeg.php with
> >>
http://us3.php.net/manual/en/functio...atefromgif.php as the
> >> source.[/color]
> >
> >might not work because of the following
> >
> >Note: Since all GIF support was removed from the GD library in version 1.6,
> >this function is not available if you are using that version of the GD
> >library.[/color]
>
> True, but the version of GD bundled with PHP (equivalent to nearly the latest
> 2.0 series of GD plus some extra patches) has had read-only GIF support
> restored a few versions ago - imagecreatefromgif works, but imagegif won't.[/color]