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.
- Host: GitHub
- URL: https://github.com/ashkarin/rawimage
- Owner: ashkarin
- License: mit
- Created: 2019-02-02T00:04:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T17:33:04.000Z (over 6 years ago)
- Last Synced: 2025-01-28T05:20:23.958Z (12 months ago)
- Topics: image-processing, imagej, ndarray, numpy, raw-data, raw-image, readers, writers
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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