wok-current annotate apng2gif/description.txt @ rev 20672
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 24 14:51:04 2019 +0100 (2019-01-24) |
parents | |
children |
rev | line source |
---|---|
al@14737 | 1 This program converts APNG animations into animated GIF format. |
al@14737 | 2 Wu64 quantization is used for true-color files. Transparency is handled either |
al@14737 | 3 using a threshold, or composed over chosen background color. CLI version is |
al@14737 | 4 OS-independent, GUI version is available for Windows. |
al@14737 | 5 Another converter: gif2apng |
al@14737 | 6 |
al@14737 | 7 Features |
al@14737 | 8 |
al@14737 | 9 * Wu64 quantization for true-color files |
al@14737 | 10 * Flexible options for transparency handling |
al@14737 | 11 * CLI and GUI versions available |
al@14737 | 12 * OS-independent source code is under zlib license |