Metadata-Version: 1.1
Name: jicbioimage.illustrate
Version: 0.1.0
Summary: Python package designed to make it easy to work with bio images.
Home-page: https://github.com/JIC-CSB/jicbioimage.illustrate
Author: Tjelvar Olsson
Author-email: tjelvar.olsson@jic.ac.uk
License: MIT
Download-URL: https://github.com/JIC-CSB/jicbioimage.illustrate/tarball/0.1.0
Description: The ``jicbioimage.illustrate`` Python package
        =============================================
        
        .. image:: https://badge.fury.io/py/jicbioimage.illustrate.svg
           :target: http://badge.fury.io/py/jicbioimage.illustrate
           :alt: PyPi package
        
        .. image:: https://travis-ci.org/JIC-CSB/jicbioimage.illustrate.svg?branch=master
           :target: https://travis-ci.org/JIC-CSB/jicbioimage.illustrate
           :alt: Travis CI build status (Linux)
        
        .. image:: https://ci.appveyor.com/api/projects/status/36gy8tjiymldgx8x/branch/master?svg=true
           :target: https://ci.appveyor.com/project/tjelvar-olsson/jicbioimage-illustrate
           :alt: AppVeyor CI build status (Windows)
        
        .. image::
           https://codecov.io/github/JIC-CSB/jicbioimage.illustrate/coverage.svg?branch=master
           :target: https://codecov.io/github/JIC-CSB/jicbioimage.illustrate?branch=master
           :alt: Code Coverage
        
        .. image:: https://readthedocs.org/projects/jicbioimageillustrate/badge/?version=latest
           :target: https://readthedocs.org/projects/jicbioimageillustrate?badge=latest
           :alt: Documentation Status
        
        The ``jicbioimage.illustrate`` Python package provides a set of tools for
        creating annotated images and illustrations.
        
        - Documentation: http://jicbioimageillustrate.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.illustrate
        - PyPI: https://pypi.python.org/pypi/jicbioimage.illustrate
        - Free software: MIT License
        
        Features
        --------
        
        - Load texture from grayscale image
        - Mask regions of interest
        - Draw crosses
        - Write text
        
        Related packages
        ----------------
        
        ``jicbioimage``
        ^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimage.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage
        
        ``jicbioimage.core``
        ^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagecore.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.core
        
        ``jicbioimage.transform``
        ^^^^^^^^^^^^^^^^^^^^^^^^^
        
        - Documentation: http://jicbioimagetransform.readthedocs.org
        - GitHub: https://github.com/JIC-CSB/jicbioimage.transform
        
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
