Released March 2022
Student Solo Graphics Programming Project
This is an image processing tool that allows you to apply 10 different filters to a preset image. It contains a border, vignette, and a radial blur, as well as sliders and checkboxes to allow the user to adjust the image.
It is a tool I made for a graphics programming course at the University of London using p5.js from the ground up. The image on the left is copied and displayed on the right. Then each filter is created by looping over every pixel in the copied image and, applies a function using a specific matrix to change the red, green, blue, and alpha values of each pixel.
Features include:
Technologies used:
Note: For this particular university project, I am unable to show my code to the public due to plagiarism concerns. If you would like to see the code for this, please contact me.