Skip to content
/ anm2gif Public

Deluxe Paint Animation (.ANM) file player and converter

License

Notifications You must be signed in to change notification settings

vidmik/anm2gif

Repository files navigation

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.

About

Deluxe Paint Animation (.ANM) file player and converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages