wok-next diff apngasm/description.txt @ rev 20791

Up gnome-games, and add/update all the required dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 01:56:40 2018 +0300 (2018-06-10)
parents 1ce2e857978b
children
line diff
     1.1 --- a/apngasm/description.txt	Fri Jun 14 03:16:29 2013 +0000
     1.2 +++ b/apngasm/description.txt	Sun Jun 10 01:56:40 2018 +0300
     1.3 @@ -1,3 +1,25 @@
     1.4  Standalone version of the popular APNG Assembler.
     1.5  Simple command-line interface. No size limits.
     1.6 -Also, APNG Disassembler can be found at http://sourceforge.net/projects/apngdis
     1.7 +
     1.8 +Also, APNG Disassembler can be found at http://apngdis.sourceforge.net/
     1.9 +
    1.10 +Usage
    1.11 +-----
    1.12 +
    1.13 +    apngasm output.png frame001.png [options]
    1.14 +    apngasm output.png frame*.png [options]
    1.15 +
    1.16 +Options
    1.17 +-------
    1.18 +
    1.19 +  * 1 10  : frame delay is 1/10 sec. (default)
    1.20 +  * -l2   : 2 loops (default is 0, forever)
    1.21 +  * -f    : skip the first frame
    1.22 +  * -hs## : input is horizontal strip of ## frames (example: -hs12)
    1.23 +  * -vs## : input is vertical strip of ## frames (example: -vs12)
    1.24 +  * -kp   : keep palette
    1.25 +  * -kc   : keep color type
    1.26 +  * -z0   : zlib compression
    1.27 +  * -z1   : 7zip compression (default)
    1.28 +  * -z2   : Zopfli compression
    1.29 +  * -i##  : number of iterations (default -i15)