Pages

Sunday, March 21, 2010

gif2apng 1.2

APNG from GIF by maxst

APNG can be smaller than GIF. This program will make your GIF animations smaller by converting them into Animated PNG format. Simple gif2apng.c source code compiles under Windows and Linux. Command line: gif2apng.exe anim.gif [anim.png]

ChangeLog:

gif2apng 1.2
--------------------------------
- Uses less memory by not storing all the decoded frames in memory,
instead decodes and encodes frames one-by-one.

- Improves the compression (a little bit) by sorting the palette.

Homepage: http://sourceforge.net/projects/gif2apng/
Download
For Windows: gif2apng-1.2-bin-win32.zip
For Linux: gif2apng-1.2-bin-linux.zip
Source: gif2apng-1.2-src.zip

Samples

ImageBanana - Unbenannt.png

GIF:



APNG:




related apng tools

No comments:

Post a Comment