Page 1 of 1
How to "GIF to thumbnail"?
Posted: Tue May 06, 2003 4:48 am
by patrikG
How do you resize a GIF since that format isn't supported by GD anymore?
Posted: Tue May 06, 2003 8:06 am
by Heavy
If you can. You are encouraged to try the PNG format
http://www.libpng.org/.
PNG supports 24-bit bitmaps as well as 8-bit indexed bitmaps.
PNG has an alpha channel (allowing partly or complete transparency) that is REALLY nice when correctly displayed. Most browsers support PNG nowadays, but IE has some bugs related to the alpha channel though.
Aswell, the PNG format compresses VERY well.
This post is definetily not the solution to your specific problem, but I recommend you to play with PNG.
Posted: Mon May 12, 2003 1:04 am
by axishift
Try using ImageMagick to resize ur images.