/c64dither

A quick and dirt image dither command line tool which produce C64 styled images.

Primary LanguageRustMIT LicenseMIT

c64dither

A quick and dirt image dither command line tool which produce C64 styled images.

How to run

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.

How does it look like

The above example will turn this:

Example input

Into this:

Example output

The code looks like a mess!

I know!