Skip to content
/ FFT Public

Image compression using fast Fourier transformation and inverse fast Fourier transformation.

Notifications You must be signed in to change notification settings

Nnigmat/FFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFT image compressing

The project is for Information Theory course in the University. The goal of the project is to compress the image by using Fast Fourier Transformation.

Installation

Project is using python 3

pip3 install -r requirements.txt

Usage

You can specify the input folder where you have .tiff images and output folder. After that run the command

python3 main.py

About

Image compression using fast Fourier transformation and inverse fast Fourier transformation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages