Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 823 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 823 Bytes

README

Fourier Transformer

  • This repository is for a student implementation of the Fourier Transformation algorithm.

How do I get set up?

  • 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.

Who do I talk to?

Thanks

Thanks to the author of LodePNG, for writing a fairly simple to use png loading library.