BIOF350 Lab 2: Image Processing Further Practice

Due Friday, September 6, by the end of the day

Write a program that will overlay one image on another. For each pixel, use half the color value from each image. This should make it look like one image is somewhat transparent and located on top of the other.

Use any programming language you like for this.

Turning in the assignment

Show me when you have finished