wok-next annotate 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
rev   line source
al@14737 1 Standalone version of the popular APNG Assembler.
al@14737 2 Simple command-line interface. No size limits.
al@19641 3
al@19641 4 Also, APNG Disassembler can be found at http://apngdis.sourceforge.net/
al@19641 5
al@19641 6 Usage
al@19641 7 -----
al@19641 8
al@19641 9 apngasm output.png frame001.png [options]
al@19641 10 apngasm output.png frame*.png [options]
al@19641 11
al@19641 12 Options
al@19641 13 -------
al@19641 14
al@19641 15 * 1 10 : frame delay is 1/10 sec. (default)
al@19641 16 * -l2 : 2 loops (default is 0, forever)
al@19641 17 * -f : skip the first frame
al@19641 18 * -hs## : input is horizontal strip of ## frames (example: -hs12)
al@19641 19 * -vs## : input is vertical strip of ## frames (example: -vs12)
al@19641 20 * -kp : keep palette
al@19641 21 * -kc : keep color type
al@19641 22 * -z0 : zlib compression
al@19641 23 * -z1 : 7zip compression (default)
al@19641 24 * -z2 : Zopfli compression
al@19641 25 * -i## : number of iterations (default -i15)