wok-next annotate gif2apng/description.txt @ rev 19641

Add libpng12; up libpng & apng tools.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 15 18:52:32 2017 +0200 (2017-02-15)
parents 1ce2e857978b
children
rev   line source
al@14737 1 This program converts GIF animations into animated PNG format.
al@14737 2 Usually it makes the files smaller. CLI version is OS-independent, GUI version
al@19641 3 is available for Windows.
al@19641 4
al@14737 5 Another converter: apng2gif
al@14737 6
al@14737 7 Features
al@19641 8 --------
al@19641 9
al@19641 10 * Keeps frame delays and loop count
al@19641 11 * Option to keep the original GIF palette
al@19641 12 * CLI and GUI versions available
al@19641 13 * OS-independent source code is under zlib license
al@19641 14
al@19641 15 Usage
al@19641 16 -----
al@19641 17
al@19641 18 gif2apng [options] anim.gif [anim.png]
al@19641 19
al@19641 20 Options
al@19641 21 -------
al@19641 22
al@19641 23 * -z0 : zlib compression
al@19641 24 * -z1 : 7zip compression (default)
al@19641 25 * -z2 : Zopfli compression
al@19641 26 * -i## : number of iterations, default -i15
al@19641 27 * -kp : keep the palette