Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 669 Bytes

anm2gif - Deluxe Paint Animation README

Convert and/or display animations using the Deluxe Paint Animation (.ANM) file format.

Usage

Command line

To create a .gif of the animation, specify an output file with a .gif extension:

java se.vidstedt.anm2gif.Main <animation file> <file.gif>

Dump the frames from the animation to individual .ppm files in the output directory:

java se.vidstedt.anm2gif.Main <animation file> <output directory>

GUI

Display the animation in a loop:

java se.vidstedt.anm2gif.Gui <animation file>

Examples

Example animations can be found in the examples/ directory.