Animation Encoder is a simple Java wrapper library that is designed to turn the exporting of a series of images (java.awt.image.BufferedImage
) to various animation file formats into a one-line task.
This is a list of currently supported export formats and their underlying libraries:
- GIF: gifencoder
- MP4: jcodec
You may be interested in Animation Encoder for its use as an external dependency in my other programs. You can download the JAR file needed to compile Stipple Effect and other programs here.