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

updated buildroot (2014.08 -> 2020.05)
author Hans-G?nter Theisgen
date Sat Jun 20 16:34:10 2020 +0100 (2020-06-20)
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)