Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
apngasm-2.1-bin-win32.zip | 2010-06-10 | 91.7 kB | |
apngasm-2.1-bin-macos.zip | 2010-06-10 | 79.3 kB | |
apngasm-2.1-bin-linux.zip | 2010-06-10 | 13.9 kB | |
apngasm-2.1-src.zip | 2010-06-10 | 8.4 kB | |
releasenotes.txt | 2010-06-10 | 531 Bytes | |
Totals: 5 Items | 193.8 kB | 0 |
APNG Assembler 2.91
Creates APNG animation from PNG/TGA image sequence.
Usage
apngasm output.png frame001.png [options]
apngasm output.png frame*.png [options]
Options
1 10 : frame delay is 1/10 sec. (default)
-l2 : 2 loops (default is 0, forever)
-f : skip the first frame
-hs## : input is horizontal strip of ## frames (example: -hs12)
-vs## : input is vertical strip of ## frames (example: -vs12)
-kp : keep palette
-kc : keep color type
-z0 : zlib compression
-z1 : 7zip compression (default)
-z2 : Zopfli compression
-i## : number of iterations (default -i15)
Changes in version 2.91:
-
Code refactoring, some small optimizations
-
CLI: Support for image strips as input
-
GUI for Windows: progress bar bug fixed
-
64 bit biraries for Windows