Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 407 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 407 Bytes

EECS 368 Final Project: Image Manipulation

This final project is written in HTML, CSS and JavaScript. It a a webpage in which you can manipulate images by adding different filters, or combine two images using green screens into a single image.

This porject uses elements like canvas, getContext and other inbuilt Javascript elements. It also uses some functions from the Duke Learn to Program library.