Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 368 Bytes

File metadata and controls

19 lines (10 loc) · 368 Bytes

integerfft-compressor

Numerical Methods coursework for ITBA

Dependencies

  • numpy
  • PIL

or just run: pip install -r requirements.txt

Running

python main.py some_image.png

Note

This code is just a benchmark of the compression ratio but could be adapted for use by adding some kind of serialization for the resulting transformed images/matrices.