Skip to main content

raw-pillow-opener is a simple raw image opener for Pillow base on rawpy.

Project description

raw-pillow-opener

raw-pillow-opener is a simple camera raw opener for Pillow base on rawpy library.

Installation

You can install raw-pillow-opener from PyPi:

pip install raw-pillow-opener

or from GitHub:

pip install https://github.com/samuelduann/raw-pillow-opener/archive/master.zip

How to use

from PIL import Image

from raw_pillow_opener import register_raw_opener

register_raw_opener()

image = Image.open('TEST.NEF')
image.load()

License

Released under MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raw-pillow-opener-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

raw_pillow_opener-0.1.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page