Skip to content

A simple easy-to-use Java class for making GIFs animation from still images.

License

Notifications You must be signed in to change notification settings

pablopdomingos/Giffer

 
 

Repository files navigation

Giffer

Giffer is a simple and easy-to-use java class to make gif animation from images.

Usage

You can either use an array of filenames like this :

Giffer.generateFromFiles(String[] filenames, String output, int delay, boolean loop)

Or an array of BufferedImage.

Giffer.generateFromFiles(BufferedImage[] images, String output, int delay, boolean loop)

About

A simple easy-to-use Java class for making GIFs animation from still images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%