Skip to content

Releases: krissrex/GifCreator

1.0-snapshot

11 Nov 00:56
Compare
Choose a tag to compare

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.

Major changes

  • Refactored code
  • Bug fixes
  • New user interface

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
  • No dithering
  • No "true color" by using sub-images
  • Frames from animated gifs are not used in the final animation; only the first frame of each image in the list

GifCreator (Java 1.8)

23 Jul 00:13
Compare
Choose a tag to compare

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.