Skip to content

GifCreator (Java 1.8)

Compare
Choose a tag to compare
@krissrex krissrex released this 23 Jul 00:13
· 26 commits to master since this release

GifCreator

A program with GUI to select images and combine them into an animated GIF. The time between frames is constant, and can be changed from 0.01 to 10 seconds.

Features

  • Select images of different formats from different folders.
  • Arrange them in any order.
  • Add duplicate frames where wanted
  • Set the delay between the frames. The setting currently affects all frames.
  • Graphical user interface

Restrictions

  • Background color is not possible to set
  • No variable frame delay
  • The dimensions (width, height) are adapted from the first image loaded
  • No custom color palette
  • Frames from animated gifs are not used in the final animation; only the first frame of each image in the list

Bugs

  • The gif is not always displayed after generation. Saving still works.