alvinzhengq / AP-CSA-T1

AP CSA Tri-1 Project Repository
1 stars 1 forks source link

RGB Lab #4

Closed nolanplatt closed 2 years ago

nolanplatt commented 2 years ago

RGB Lab was postponed for week five. May be due on later date. Told to leave in backlog.

Due 10/11 by 8AM for week 7 minilab

Plan:

Sami - HTML Inputs: Prisha - Fetch and display user input using Javascript: Akshay, Alvin, Nolan - Create backend program:

Alvin: image_info object Akshay: image_property object Nolan: image_property_rgb object

Use the grayscale method in order to return grayscale image encoded as a base64 string. Ask the user if they want original picture or the grayscaled version as output. Original picture -> return input. Grayscaled version -> return picture with grayscale applied to it.

nolanplatt commented 2 years ago

Due 10/11 by 8AM for week 7 minilab

Plan:

Sami - HTML Inputs: Prisha - Fetch and display user input using Javascript: Akshay, Alvin, Nolan - Create backend program:

Alvin: image_property_rgb object Akshay: image_property object Nolan: image_info object

Use the grayscale method in order to return grayscale image encoded as a base64 string. Ask the user if they want original picture or the grayscaled version as output. Original picture -> return input. Grayscaled version -> return picture with grayscale applied to it.