author(s): Brett Sumser, Justin Spidell
- This repository is for a student implementation of the Fourier Transformation algorithm.
- Compile with "make" and run with "./main". Object files can be removed with "make clean".
- Dependencies The LodePNG library is required for image manipulation. It is provided in the repo, but if there is any issue with the files you can download it at LodePNG.
Thanks to the author of LodePNG, for writing a fairly simple to use png loading library.