{ "info": { "author": "Jan Slifka", "author_email": "slifkjan@fit.cvut.cz", "bugtrack_url": null, "classifiers": [], "description": "Image Differ\n============\n\n.. image:: https://badge.fury.io/py/imagediffer.svg\n :target: https://pypi.python.org/pypi/imagediffer\n\n.. image:: https://travis-ci.org/janslifka/imagediffer.svg?branch=master\n\n.. image:: https://readthedocs.org/projects/imagediffer/badge/?version=latest\n :target: http://imagediffer.readthedocs.io/en/latest/?badge=latest\n\n\nImage Differ is a tool for image comparison. It loads 2 images (either local files or from the internet) and generates the diff image that shows where the images are different. It also calculates:\n\n- Percentage of pixels where the images differ (with adjustable threshold for difference)\n- Mean Square Error for the images\n- Structural Similarity Index\n\nIt can also calculate comparison stats for individual color channels or convert images to grayscale.\n\nImage Differ can be used as a library for other projects or it provides GUI application.\n\n\nInstallation\n------------\n\nThe easiest way to install imagediffer is using pip\n\n.. code-block::\n\n python -m pip install imagediffer\n\n\nYou can also clone this repository, install requirements using pip and then install imagediffer\nusing setup.py.\n\n.. code-block::\n\n python setup.py install\n\n\nDocumentation\n-------------\n\n- `API Documentation `_\n\nIf you want to build documentation yourself, you need to have `sphinx doc `_ installed and\nthen run ``make html`` in the docs folder.\n\n\nDevelopment\n-----------\n\nSimply clone the project and install dependencies from ``requirements.txt`` file using pip.\n\n.. code-block::\n\n python -m pip install -r requirements.txt\n\n\nUsed libraries\n--------------\n\n- `NumPy `_\n- `Pillow `_\n- `PyQt5 `_\n- `pyssim `_\n- `pytest `_\n- `requests `_\n- `SciPy `_\n- `Sphinx `_\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/janslifka/imagediffer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "imagediffer", "package_url": "https://pypi.org/project/imagediffer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/imagediffer/", "project_urls": { "Homepage": "https://github.com/janslifka/imagediffer" }, "release_url": "https://pypi.org/project/imagediffer/0.1.4/", "requires_dist": null, "requires_python": "", "summary": "Tool for image diffs.", "version": "0.1.4" }, "last_serial": 2607959, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "d4eb736f8aa332f05711d97221de7f2a", "sha256": "fba968e367dc70e4854d8b105d079ccb5bd898a259fec22e548f846d79325a87" }, "downloads": -1, "filename": "imagediffer-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d4eb736f8aa332f05711d97221de7f2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9377, "upload_time": "2017-01-31T00:03:51", "url": "https://files.pythonhosted.org/packages/2b/06/27d023e9a83f6dfb3a90df5c81c50ce744cad8da09c5798f4d079704246c/imagediffer-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4eb736f8aa332f05711d97221de7f2a", "sha256": "fba968e367dc70e4854d8b105d079ccb5bd898a259fec22e548f846d79325a87" }, "downloads": -1, "filename": "imagediffer-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d4eb736f8aa332f05711d97221de7f2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9377, "upload_time": "2017-01-31T00:03:51", "url": "https://files.pythonhosted.org/packages/2b/06/27d023e9a83f6dfb3a90df5c81c50ce744cad8da09c5798f4d079704246c/imagediffer-0.1.4.tar.gz" } ] }