Name | Modified | Size | Downloads / Week |
---|---|---|---|
1.8 | 2017-05-22 | ||
1.7 | 2015-04-04 | ||
1.6 | 2013-11-24 | ||
1.5 | 2012-02-16 | ||
1.4 | 2011-11-05 | ||
1.3 | 2011-07-21 | ||
1.2 | 2011-05-02 | ||
1.1 | 2011-04-23 | ||
1.0 | 2010-11-25 | ||
README.md | 2017-05-19 | 672 Bytes | |
Totals: 10 Items | 672 Bytes | 35 |
APNG to GIF Converter
Changes in version 1.8
-
Improved APNG decoder based on apngdis 2.9
-
Adjusted number of loops
-
Duplicate frames optimization
-
64 bit biraries for Windows
Usage
apng2gif anim.png [anim.gif] [-t tlevel] [-b bcolor]
Options
-t 128
will set the transparency threshold level as 128, so pixels with alpha level less than 128 will become fully transparent.
-b "#ff0000"
-b 255 0 0
will set the background color as red, so partially transparent pixels will be composed over red. When -b is used, -t is ignored.
When no options are specified, default threshold is 128, no background color.