Skip to content

johanbook/haarwvl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2018-05-07

haarwvl

Björn Annby, Johan Book, Frank Johansson and David Linehan

A project done in the course NUMA01 on image compression using Haar wavelets.

Install

The package can be installed using pipenv install. If you do not have pipenv it can be installed usingpip install pipenv.

Usage

from haarwvl import Image

image = Image('image.png')
image.compress()
image.save('compressed_image.png')

Releases

No releases published

Packages

No packages published

Languages