Metadata-Version: 1.1
Name: jicbioimage.transform
Version: 0.6.0
Summary: Python package wrapping commonly used image transformations.
Home-page: https://github.com/JIC-CSB/jicbioimage.transform
Author: Tjelvar Olsson
Author-email: tjelvar.olsson@jic.ac.uk
License: MIT
Download-URL: https://github.com/JIC-CSB/jicbioimage.transform/tarball/0.6.0
Description: The ``jicbioimage.transform`` Python package
        ============================================
        
        .. image:: https://badge.fury.io/py/jicbioimage.transform.svg
           :target: http://badge.fury.io/py/jicbioimage.transform
           :alt: PyPi package
        
        .. image:: https://travis-ci.org/JIC-CSB/jicbioimage.transform.svg?branch=master
           :target: https://travis-ci.org/JIC-CSB/jicbioimage.transform
           :alt: Travis CI build status (Linux)
        
        .. image:: https://ci.appveyor.com/api/projects/status/qkfatc96san78ty2/branch/master?svg=true
           :target: https://ci.appveyor.com/project/tjelvar-olsson/jicbioimage-transform
           :alt: AppVeyor CI build status (Windows)
        
        .. image::
           https://codecov.io/github/JIC-CSB/jicbioimage.transform/coverage.svg?branch=master
           :target: https://codecov.io/github/JIC-CSB/jicbioimage.transform?branch=master
           :alt: Code Coverage
        
        .. image:: https://readthedocs.org/projects/jicbioimagetransform/badge/?version=latest
           :target: https://readthedocs.org/projects/jicbioimagetransform?badge=latest
           :alt: Documentation Status
        
        The ``jicbioimage.transform`` Python package provides a set of standard
        image transformations to the ``jicbioimage`` namespace package.
        
        - Documentation: http://jicbioimagetransform.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/jicbioimage.transform
        - PyPI: https://pypi.python.org/pypi/jicbioimage.transform
        - Free software: MIT License
        
        Features
        --------
        
        - Built in functionality for generating audit trails of the image transforms
          applied
        - Cross-platform: Linux, Mac and Windows are all supported
        - Works with Python 2.7, 3.3 and 3.4
        
        Related packages
        ----------------
        
        ``jicbioimage``
        ^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimage.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/jicbioimage
        
        ``jicbioimage.core``
        ^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagecore.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/jicbioimage.core
        
        ``jicbioimage.segment``
        ^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagesegment.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/jicbioimage.segment
        
        ``jicbioimage.illustrate``
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimageillustrate.readthedocs.io
        - GitHub: https://github.com/JIC-CSB/jicbioimage.illustrate
        
Keywords: microscopy,image analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Recognition
