Skip to content

Create a gif by simply giving a folder- and output path

Notifications You must be signed in to change notification settings

HansBambel/rusty_gif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a gif easily from a bunch of pictures in a folder

Images are currently resized to 500 x 500 px to have a reasonable size. This can be removed though.

Compile it

cargo build --release

Run it

Just run rusty_gif.exe <folder-with-images> <output-folder>.

This will give you a output.gif in the output folder.

The images are read in naming order.

Next features (soon or never)

  • Change resolution (currently hardcoded to 500x500 px) or turn resizing off.
  • Change animation speed
  • A simple UI
    • Buffer read-in images
    • resize only when values change

About

Create a gif by simply giving a folder- and output path

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages