Metadata-Version: 2.1
Name: rawimage
Version: 0.0.2
Summary: Read and write RAW images (or data arrays) without a headache.
Home-page: https://github.com/ashkarin/rawimage
Author: Andrei Shkarin
Author-email: andrei.shkarin@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/ashkarin/rawimage/issues
Project-URL: Source, https://github.com/ashkarin/rawimage
Keywords: ndarray data development reader writer raw-image image raw
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Requires-Dist: numpy

RawImage    
-----------

.. image:: https://travis-ci.org/ashkarin/rawimage.svg?branch=master 
    :target: https://travis-ci.org/ashkarin/rawimage


**RawImage** is the package for reading and writing images (data arrays) in RAW format so that they can be easily read by the ImageJ.

Installation
------------

The easiest way to install the latest version is by using pip::

    $ pip install rawimage

You may also use Git to clone the repository and install it manually::

    $ git clone https://github.com/ashkarin/rawimage.git
    $ cd rawimage
    $ python setup.py install

