Skip to content

GUI to convert input images into 8 bit art images

Notifications You must be signed in to change notification settings

93lorenzo/8BitImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI interface made using tkinter to make 8bit images from the one given in input Python implementation using opencv in order to create the effect

It works executing the GUI python file that automatically makes work the GUI and then it will call the other methods of the 8Bit file

The process behind that is to reduce the image in order to create a kind of blurred effect, and then to color substituting for each pixel the closest 8-bit color. Right now it is a little bit slow due to all the distances it has to perform for each pixel.

An example of the working GUI

My image

The images used

My image

My image

About

GUI to convert input images into 8 bit art images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages