Skip to content
/ ProPy Public

Image editor developed with linear algebra concepts. Submitted for linear algebra Course project (uWaterloo)

License

Notifications You must be signed in to change notification settings

alartuka/ProPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProPy

An image Editor created using P5.js and as a part of a project Submitted for a Linear Algebra course

About The Project

Product was developed for an examination and demonstration project of the linear algebra behind image processing and image manipulating.

  • The editing tools include:

    Tint, contrast, negative invert, greyscale filter, mirror reflection, and save the image option.

  • The linear algebra concepts explored for this project include:

    Vector addition and subtraction, matrix-vector multiplication, scalar-vector multiplication, and transpose of matrix.

  • To find more about the project, and how the concepts represent and are used to implement each editing feature:

    Refer to the [Project Statement].

The Final Product

  • Try the live Preview of the product on P5.js editor or check out the Prototype on Figma.