Final Project Recording

by Eric N

Description

My project takes an input of an image from the user and draws the image using tkinter. In the process, the user can define the size of the pixels to draw on the canvas, the program reads the average rgb values for that chunk of the image, and assigns a color to it by either converting the rgb to hex or using a simple rbg/white/black color scheme - this rbg vs. hex is defined by the user with an input as well. Thanks for an awesome class!