I completed this small application to create an aesthetic look for images, converting images to dithered versions. It can be a way to allow people to perceive more colors than the original image.
I initiated this project by employing the cimg_library to display a pop-up window for the dithering procedure. This involved a straightforward static application that required the image input to start the process. As the grayscale and dithered images started appearing on the pop-up, I established a few global variables to initialize the data types in use.
In order to convert an image to grayscale and then apply dithering, I utilized a for loop to manipulate the RGB pixels of the image, transforming it into grayscale initially. Subsequently, I repeated this process, resulting in the image transitioning from grayscale to a dithered representation with the updated pixel values.
I think creating a UI to upload images for this small tool would be very useful, but this wasn't frequently used. I was pretty happy with the result and there is potential to expand this project.
Copyright © 2023 Jeremy's Portfolio - All Rights Reserved.
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.