wok-6.x diff apng2gif/description.txt @ rev 22825
Up rage (0.3.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 07 12:27:53 2020 +0100 (2020-02-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/apng2gif/description.txt Fri Feb 07 12:27:53 2020 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +This program converts APNG animations into animated GIF format. 1.5 +Wu64 quantization is used for true-color files. Transparency is handled either 1.6 +using a threshold, or composed over chosen background color. CLI version is 1.7 +OS-independent, GUI version is available for Windows. 1.8 +Another converter: gif2apng 1.9 + 1.10 +Features 1.11 + 1.12 + * Wu64 quantization for true-color files 1.13 + * Flexible options for transparency handling 1.14 + * CLI and GUI versions available 1.15 + * OS-independent source code is under zlib license