Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
apng2gif-1.0-src.zip | 2010-11-25 | 8.7 kB | |
apng2gif-1.0-bin-win32.zip | 2010-11-25 | 41.9 kB | |
apng2gif-1.0-bin-macos.zip | 2010-11-25 | 12.2 kB | |
apng2gif-1.0-bin-linux.zip | 2010-11-25 | 13.7 kB | |
releasenotes.txt | 2010-11-25 | 242 Bytes | |
license.txt | 2010-11-25 | 7.8 kB | |
Totals: 6 Items | 84.5 kB | 0 |
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.