APNG Disassembler Changelog

What's new in APNG Disassembler 2.8

Mar 30, 2015
  • Improved handling of incorrect apng files.

New in APNG Disassembler 2.4 (Jun 28, 2011)

  • Always creates output files in the same directory as the original animation
  • Writes delay information into .txt files
  • "apngframe" can be replaced by some other name
  • General code cleanup
  • zlib license

New in APNG Disassembler 2.3 (Mar 22, 2010)

  • Saves frames in original color mode.
  • Stores all frames in memory.

New in APNG Disassembler 2.2 (Mar 20, 2010)

  • decodes all frames into memory.
  • saves only in 32bpp

New in APNG Disassembler 2.1 (Mar 20, 2010)

  • uses less memory, by decoding and saving frame-by-frame.
  • saves only in 32bpp (useful if you want to make a viewer based on apngdis code)

New in APNG Disassembler 2.0 (Mar 20, 2010)

  • deconstructs APNG into individual frames.

New in APNG Disassembler 1.4 (Mar 20, 2010)

  • still saves only one image: vertical strip of all frames, but keeps the original color mode, if possible.

New in APNG Disassembler 1.2 (Mar 20, 2010)

  • first public version
  • saves only one image: vertical strip of all frames
  • saves only in 32bpp