Convert and/or display animations using the Deluxe Paint Animation (.ANM) file format.
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>
Display the animation in a loop:
java se.vidstedt.anm2gif.Gui <animation file>
Example animations can be found in the examples/
directory.