gif2png is a simple command-line utility to convert images from GIF to PNG format. It automatically preserves transparency, interlacing and text comments, and it can do multiple images in one command (e.g., gif2png *.gif). The distribution also includes a web2png script that can be used to convert an entire web tree; it calls gif2png to do image conversions, then patches IMG SRC tags correctly in referring pages.
| Tags | multimedia Graphics |
|---|---|
| Licenses | zlib/libpng |
| Implementation | C |
Recent releases


Release Notes: This release adds a -m (preserve file modification time) option. web2png is now checked with pylint.


Release Notes: Some web2png bugs revealed by pychecker were fixed.


Release Notes: This release allows the RPMs to be build by a non-root user.


Release Notes: The RPM generation and packaging were updated for freshmeat release.


Release Notes: Fixes for Imagemagick compatibility and other bugs.
Recent comments
31 Dec 2003 14:10
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.
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! :-)