Pdharm1 / Image-Editor

Image Editor Project

Home Page:https://github.com/Pdharm1/Image-Editor/tree/main

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project takes any inputted image and allows the user to edit the image to their liking. The pixels of the image are painted in a 2D Array, allowing the image to be manipulated. From there, various methods are constructed to change what the image looks like visually. Examples are rotating the image, changing the color contrast, black/white, etc. Inputs are controlled by inputs from the user.