Ceng382: Assignment 3 The assignment consists of two parts: Task1: Prepare a grid environment to work on using html.css,
Posted: Sat May 14, 2022 3:36 pm
Ceng382: Assignment 3 The assignment consists of two parts: Task1: Prepare a grid environment to work on using html.css, javascript, which includes the following features: • Read, write and display images. You should also be able to click on an image to specify the mouse coordinates, and change the value of pixels on the image. Task2: Find an implementation of a line drawing algorithm that works on this grid environment you have done in previous step. (This can be any algorithm.) When you click on two points on the grid, your program should display the line drawing. NOTE: when you click on 2 points not drag 2 points on the grid.