pcelta / ImageProcessing

Some Python image processing scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dafiti Image Processing Scripts

Build Status Code Health Coverage Status

This project is a compilation of scripts that are used to process images.

Usage

You will need the dependencies installed in order to use this lib.

We recommend virtualenv, so you can use an isolated environment. Use pip to install dependencies: pip install -r requirements.txt

Then, just import the modules you need.

Running tests

We use pytest for unit tests. Simple call pytest on tests' dir: py.test tests

License

This software is licensed under LGPLv3 or newer.

About

Some Python image processing scripts


Languages

Language:Python 100.0%