wok-next view apngasm/description.txt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 1ce2e857978b
children
line source
1 Standalone version of the popular APNG Assembler.
2 Simple command-line interface. No size limits.
4 Also, APNG Disassembler can be found at http://apngdis.sourceforge.net/
6 Usage
7 -----
9 apngasm output.png frame001.png [options]
10 apngasm output.png frame*.png [options]
12 Options
13 -------
15 * 1 10 : frame delay is 1/10 sec. (default)
16 * -l2 : 2 loops (default is 0, forever)
17 * -f : skip the first frame
18 * -hs## : input is horizontal strip of ## frames (example: -hs12)
19 * -vs## : input is vertical strip of ## frames (example: -vs12)
20 * -kp : keep palette
21 * -kc : keep color type
22 * -z0 : zlib compression
23 * -z1 : 7zip compression (default)
24 * -z2 : Zopfli compression
25 * -i## : number of iterations (default -i15)