Image Manipulation Experiments

Four pictures of tigers, where one is inverted, one is mirrored, one is in black and white, and the last is the original image.
Year started: 2022

This project was made to explore how programs can perform image manipulation. I wrote a program that can open a bitmap image and store its pixel data into matrices which could then be manipulated. I was able to successfully mirror an image, invert the colors of an image, convert an image to black and white, and stretch an image programatically.

Languages and Libraries used:
View Code Source