Skip to content

Converting a given Image (JPEG, PNG, GIF, BMP) to a dithered black-and-white image from console. Also ascii art of that image in console.

Notifications You must be signed in to change notification settings

sebinsuresh/Dithering-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Converting a given Image (JPEG, PNG, GIF, BMP) to a dithered black-and-white image from console. Also ascii art of that image in console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages