Looking for the latest version? Download apngasm-2.7-src.zip (11.4 kB)
Home
Name Modified Size Downloads Status
Totals: 9 Items   1.4 kB 1
2.7 2012-09-18 3,863 downloads
2.6 2012-02-01 3,961 downloads
2.5 2012-01-03 411 downloads
2.4 2011-09-13 883 downloads
2.3 2011-02-26 1,973 downloads
2.2 2010-08-27 1,158 downloads
2.1 2010-06-10 499 downloads
2.0 2010-01-27 1,051 downloads
README.md 2012-09-18 1.4 kB 1 110 downloads

APNG Assembler 2.7

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
/kp : keep palette
/kc : keep color type

Changes in version 2.7:

  • Better optimization after loading paletted PNG files

Changes in version 2.6:

  • Fixed a bug with loading 1,2,4-bit paletted PNG files

Changes in version 2.5:

  • Fixed a bug with loading mode2 or mode0 input files with tRNS

Changes in version 2.4:

  • Reads delay information from .txt files
  • Accepts input files of different color types
  • Better optimization
  • zlib license

Changes in version 2.3:

Color type optimizations:

  • Convert 32 bit to 24 bit (if every alpha value is 255)
  • Convert 32/24 bit to 8 bit (if number of colors is <=256)
  • Unused color in 24 bit mode will be used as tRNS

New options:

  • /kp switches off palette optimization
  • /kc switches off color type optimizations
Source: README.md, updated 2012-09-18