[PHP] Creating a gif thumbnail, without the libgd1.6 or earlier version!

2001-03-06 Thread Zenith

How to create some thumbnail, from orginally a GIF image, to a GIF
thumbnail.
I dun't the libgd 1.6 or before.
Or can we just use libgd1.8 , open a GIF image, and create a thumbnail with
PNG format?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Creating a gif thumbnail, without the libgd1.6 or earlier version!

2001-03-06 Thread Philip Murray

Try using ImageMagick on the command line via System() or Exec() or
whatever.

http://www.imagemagick.org/

-=--==- -- -  --
Philip Murray
[EMAIL PROTECTED]


- Original Message -
From: "Zenith" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, March 06, 2000 3:12 PM
Subject: [PHP] Creating a gif thumbnail, without the libgd1.6 or earlier
version!


 How to create some thumbnail, from orginally a GIF image, to a GIF
 thumbnail.
 I dun't the libgd 1.6 or before.
 Or can we just use libgd1.8 , open a GIF image, and create a thumbnail
with
 PNG format?



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]