Re: GIF to PNG Conversion

2003-10-24 Thread Mike Hommey
On Tuesday October 21 2003 17:14, Gerfried Fuchs wrote: > -) Quite some browsers doesn't support transparency in PNGs at all so > we have to stick to GIF for transparent images anyway. Please tell me which browser doesn't support the 1-bit transparency of PNGs (yes, 1-bit, not 8-bits). If you an

Re: GIF to PNG Conversion

2003-10-21 Thread Alexander Winston
On Tue, 2003-10-21 at 04:14, Gerfried Fuchs wrote: > * Alexander Winston <[EMAIL PROTECTED]> [2003-10-21 01:38]: > > What exactly needs to be done with concern to the GIF-PNG conversion? I > > am able to convert the GIFs to PNGs using gif2png, then minimize their > > file size using "optipng -zc1-9

Re: GIF to PNG Conversion

2003-10-21 Thread Gerfried Fuchs
* Alexander Winston <[EMAIL PROTECTED]> [2003-10-21 01:38]: > What exactly needs to be done with concern to the GIF-PNG conversion? I > am able to convert the GIFs to PNGs using gif2png, then minimize their > file size using "optipng -zc1-9 -zm1-9 -zs0-2 -f0-5." Would a patch for > this be welcomed

GIF to PNG Conversion

2003-10-21 Thread Alexander Winston
What exactly needs to be done with concern to the GIF-PNG conversion? I am able to convert the GIFs to PNGs using gif2png, then minimize their file size using "optipng -zc1-9 -zm1-9 -zs0-2 -f0-5." Would a patch for this be welcomed?