[PHP] Reading and using GIF files

2003-10-30 Thread BENARD Jean-philippe
Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF files? Are there any tools transforming GIF to JPG/PNG/..? Thks in advance. (o_ BENARD Jean-Philippe - Consultant STERIA Infogérance (o_ (o_ //\

Re: [PHP] Reading and using GIF files

2003-10-30 Thread Becoming Digital
, 2003 07:36 Subject: [PHP] Reading and using GIF files Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF files? Are there any tools transforming GIF to JPG/PNG/..? Thks in advance. (o_ BENARD Jean-Philippe

Re: [PHP] Reading and using GIF files

2003-10-30 Thread Marek Kilimajer
BENARD Jean-philippe wrote: Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF files? Are there any tools transforming GIF to JPG/PNG/..? Use image functions in this order: imagecreatefromgif - read the gif file imagecreate -

RE: [PHP] Reading and using GIF files

2003-10-30 Thread BENARD Jean-philippe
:[EMAIL PROTECTED] Envoyé : jeudi 30 octobre 2003 14:53 À : BENARD Jean-philippe Cc : [EMAIL PROTECTED] Objet : Re: [PHP] Reading and using GIF files BENARD Jean-philippe wrote: Hi, Now GD doesn't support GIF file format, how can I use imageXXX functions in order to resize/transform/... GIF