Corey O'Connor
Assignment 1
CS 155

For the first assignment in graphics I implemented in C the image filters listed here. Click on each to see an example when applied to our ugly friend: Mr. Sumo Sailor Moon! He's quite ugly. So any of these filters should be an improvment.

Each of the warping filters take a paramater specifying the sampling method to use. The sampling method's supported are Nearest, BiLinear and Gaussian.

If you would like to produce each of the example images run download this file to a directory witht he sailor.bmp, me.bmp, and mask.bmp images on this page and run ip something like this: ./ip -t -q < fulltest.script