Add GIF creating feature
CompSciLauren opened this issue · 3 comments
Is your feature request related to a problem? Please describe.
Currently, players have to manually upload their screenshots to a GIF maker in order to create a GIF that shows their farm progress over time.
Describe the solution you'd like
There should be a simple command to run in the game console, so that a GIF is automatically created from any farm screenshots folder.
This feature could be implemented with the use of AnimatedGif .NET library by @mrousavy : https://github.com/mrousavy/AnimatedGif
Thanks for the link! I can't start working on this just yet but once I'm able to, I'll definitely look into that.