Images are currently resized to 500 x 500 px to have a reasonable size. This can be removed though.
cargo build --release
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.
- 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