Comments for gif2png
27 Dec 2003 18:10
A most useful utility!
In the past, I have used GIMP or XnView to do .gif to .png conversion. Now I need not launch a large X app to do so. Thank you!
18 Jul 2000 05:46
Win32 port of version 2.3.2
As a tangible thing to do in exchange of have and use this really useful tool
for free, I made some trickery with makefiles under NT and made a static executable
of version 2.3.2 (no zlib/libpng dll required). You can get it from: exe2bin.com/gif2png-wi... (exe2bin.com/gif2png-wi....
Windoze users then has no excuses not to burn all their gifs! :-)
Re: A most useful utility!
> In the past, I have used GIMP or XnView
> to do .gif to .png conversion. Now I
> need not launch a large X app to do so.
> Thank you!
I haven't tried gif2png, but if you want to do such conversions, I'd recommend looking into netpbm. Then you do, e.g., giftopnm <foo.gif | pnmtopng >foo.png.