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

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-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)