/rawimage

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

Primary LanguagePythonMIT LicenseMIT

RawImage

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

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