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

https://github.com/runfalk/pyrawloader

RawLoader integration for Python and Pillow/PIL
https://github.com/runfalk/pyrawloader

ffi-wrapper pillow python rust

Last synced: 15 days ago
JSON representation

RawLoader integration for Python and Pillow/PIL

Awesome Lists containing this project

README

          

PyRawLoader
===========
RawLoader (https://github.com/pedrocr/rawloader) integration for Python and
Pillow (https://github.com/python-pillow/Pillow).

Development setup
-----------------
```
virtualenv --prompt="(rawloaderpy)" venv/
source venv/bin/activate
pip install --upgrade pip setuptools
pip install --no-binary :all: snaek
python setup.py build develop
python -c 'import pyrawloader; pyrawloader.decode("test.nef").show()'
```