This paper covers basic image generation, signal and filter theory. Following the theory there is
a section on the construction and implementation of a variety of filters in C code and their effects on a specific image. The paper then concentrates on the effect of individual filters on a section of an aliased image to see which one of the filters produces the best anti-aliasing. The proposed investigation found that a Sinc filter with a convolution kernal of 5*5 produced the best anti aliasing results on an aliased image.