Skip to content

gavindsouza/flatten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatten

"Image Compression using Digital Signal Processing"

Build Status Documentation Status

Table of Contents

Installation

Clone the git repository:

$ git clone https://github.com/gavindsouza/flatten.git
$ cd flatten

Install necessary dependencies

$ pip install -r requirements.txt

Go ahead and install as follows:

$ python setup.py install

Usage

If package is installed, go ahead and type the following in the console else just change to module directory

$ python -m flatten --src IMAGE_PATH

this will create a compressed form of the image in the same folder

Dependencies

  • numpy
  • matplotlib

Sample Images

The very large Sample Images obtained from effigis Geo Solutions

License

This code has been released under the MIT License.