CSCI 250 Computer Graphics

Image Processing

 

Date Due:  28 February 2014

For this project you are to build an image processing program using old style OpenGL, GLUT for the user interface, a BMP library reader and writer, and code you write to do the actual image transformations.  Here is some starter code.  (Actually see Angel for the latest version.)  You should at least implement functions to show the red, green and blue components, show the image as gray scale, invert the image, reset the image to the way you read it in, and save the modified image.  You can implement other functions as well, including image distortion functions…the sky is the limit.  Have fun!!!