Simple Rust program to convert any file to a chess game(s).
A LOT of this code is inspired/stolen from WintrCat/chessencryption so make sure to look at it.
filetochess -e ./image.jpg ./output_games_folder
This command will save the image.jpg in folder that you specified.
filetochess -d ./input_games_folder ./output_file.jpg
There are probably gonna be a lot of issues so feel free to create PR or Issue if you find any.