Skip to content

Compression of images using Discrete Wavelet Transform in Python

Notifications You must be signed in to change notification settings

Jeff114514/Image-Compression-DWT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Compression using discrete wavelet transform

With the advent of powerful image sensors that provide very high-quality images, image  compression has become a necessity. Images have to be transferred over large distances  viz space telescopes, rendered on mobile phones having weaker internet connection and  be used in various other applications. Our project aims to address some of these issues  by using Discrete Wavelet Transform based image compression in python.

Prerequisites

What things you need to install the software and how to install them

numpy       : pip3 install numpy
PILLOW      : pip3 install Pillow
PyWavelet   : pip3 install PyWavelets

Authors

See also the list of contributors who participated in this project.

About

Compression of images using Discrete Wavelet Transform in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%