A quick and dirt image dither command line tool which produce C64 styled images.
Run it with cargo run --release example\SunsetInTheKohlenpott.png example\output.png
for a single file.
To run it on a directory use cargo run --release some_directory out_directory
I encourage you to run it on the release build, otherwise it is pretty slow.
The above example will turn this:
Into this:
I know!