Calculates the percent area that two images differ
Project description
[![Build Status](https://travis-ci.org/noaa-nws-cpc/img-percent-diff.svg?branch=master)](https://travis-ci.org/noaa-nws-cpc/img-percent-diff) [![Coverage Status](https://coveralls.io/repos/github/noaa-nws-cpc/img-percent-diff/badge.svg?branch=master)](https://coveralls.io/github/noaa-nws-cpc/img-percent-diff?branch=master)
Calculates the percent area that two images differ. This is useful for unit tests when you have to compare an image created by a unit test with a baseline image in the repo.
Free software: Creative Commons license
Installation
Create your virtual environment
$ virtualenv <env-name>
Then activate your virtual environment and install img-percent-diff
$ source <env-name>/bin/activate $ pip install img-percent-diff
Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.0] - 2016-07-28
### Added
Something
Something else
### Changed
Something
Something else
### Fixed
Something
Something else
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.