BIOF350 Lab 1: Image Processing Review

Due Friday, August 30, by the end of the day

Create a program that will overlay diagonal strips on images, without removing the original content. To do this, adjust one image color channel without changing the other two. This will show up as colored strips that appear as highlighter over the image. The number and width of the stripes is up to you.
Use any programming language you like. I will demonstrate processing (from CS108), since it's a very easy way to do this.

Turning in the assignment

Show me when you have finished