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

Up cookutils (901)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 12 16:19:41 2017 +0300 (2017-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/apngopt/description.txt	Fri May 12 16:19:41 2017 +0300
     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