Skip to content

skerkewitz/c64dither

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages