wok-next diff apngopt/description.txt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apngopt/description.txt	Wed Jun 13 08:26:54 2018 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +Small utility to optimize existing APNG animations.
     1.5 +
     1.6 +Usage
     1.7 +-----
     1.8 +
     1.9 +    apngopt [options] anim.png [anim_opt.png]
    1.10 +
    1.11 +Options
    1.12 +-------
    1.13 +
    1.14 +  * -z0  : zlib compression
    1.15 +  * -z1  : 7zip compression (default)
    1.16 +  * -z2  : Zopfli compression
    1.17 +  * -i## : number of iterations, default -i15