Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 251 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 251 Bytes

Dithering-Java

Converting a given Image (JPEG, PNG, GIF, BMP) to a dithered black-and-white image from console.

Usage:

java Dither imagename.filetype

will generate an image named "imagename_dithered.filetype" in the directory of the program.