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
- Host: GitHub
- URL: https://github.com/runfalk/pyrawloader
- Owner: runfalk
- Created: 2017-08-18T17:30:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T20:50:55.000Z (over 8 years ago)
- Last Synced: 2025-01-19T06:46:44.105Z (12 months ago)
- Topics: ffi-wrapper, pillow, python, rust
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()'
```