An open API service indexing awesome lists of open source software.

https://github.com/ashkarin/rawimage

Read and write RAW images (or data arrays) without a headache.
https://github.com/ashkarin/rawimage

image-processing imagej ndarray numpy raw-data raw-image readers writers

Last synced: 3 months ago
JSON representation

Read and write RAW images (or data arrays) without a headache.

Awesome Lists containing this project

README

          

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