Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 577 Bytes

eecs314_final

An image filter program for .bmp images.

There are several types of filters, including:

Saturation

Hue

Brightness

ShadowFill

Inversion

Grayscale

*Edge detection

This was a final group project for EECS314, Spring 2015 at Case Western Reserve University.

Team:

Shaun Howard, Kevin Perera, Emilio Colindres, Bennett Sherman, and Josh Tang

*pending

Problems our code checks for: 1.) Invalid filter selection 2.) Enter a file that doesn't exist 3.) Confirms that the bitmap entered is in fact 24 bits 4.) Confirm that the user enters .bmp files for I/O