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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

pablo.domingospablo.domingos
pablo.domingos
and
pablo.domingos
Dec 27, 2016
e09e7a4 · Dec 27, 2016

History

8 Commits
Dec 11, 2015
Dec 27, 2016
Dec 27, 2016
Dec 14, 2015
Dec 14, 2015
Dec 14, 2015
Dec 11, 2015
Dec 15, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015
Dec 11, 2015

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%