Metadata-Version: 2.1
Name: img-processor
Version: 0.16.0
Summary: Python package for taking an image and doing a thing
Home-page: https://github.com/kellerjustin/img_processor
Author: Justin Keller
Author-email: kellerjustin@protonmail.com
License: MIT license
Keywords: img_processor
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
License-File: LICENSE
License-File: AUTHORS.rst

=============
img_processor
=============


.. image:: https://img.shields.io/pypi/v/img_processor.svg
        :target: https://pypi.python.org/pypi/img_processor

.. image:: https://img.shields.io/travis/kellerjustin/img_processor.svg
        :target: https://travis-ci.com/kellerjustin/img_processor

.. image:: https://readthedocs.org/projects/img-processor/badge/?version=latest
        :target: https://img-processor.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python package for taking an image and doing a thing


* Free software: MIT license
* Documentation: https://img-processor.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-06-13)
------------------

* First release on PyPI.


0.5.0 (2020-09-22)
------------------

* Adds autorotation code


0.6.0 (2020-09-28)
------------------

* Adds additional validation and error handling


0.7.0 (2020-09-29)
------------------

* Fixes missing requirements in setup.py


0.8.0 (2021-01-29)
------------------

* Adds tiff conversion function


0.9.0 (2021-02-08)
------------------

* Adds movie creation function to make time lapse movies from image files


0.10.0 (2021-02-09)
-------------------

* Adds compression to make_movie function


0.11.0 (2021-02-10)
-------------------

* Cleans up requirements, removing libtiff and pinning versions
