8000 GitHub - pablopdomingos/Giffer: A simple easy-to-use Java class for making GIFs animation from still images.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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%
0