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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file raw-pillow-opener-0.1.0.tar.gz
.
File metadata
- Download URL: raw-pillow-opener-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bf69735957c7814cdae632a694a2f52ff05e7da0db4337dd293e6d820d2c4822
|
|
MD5 |
5570bb6b5b7211cab3656c394485fcfc
|
|
BLAKE2b-256 |
663bfae4650d5db69519c5ae7886ad3bec8414db3e0d5444ef840482383f82ce
|
File details
Details for the file raw_pillow_opener-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: raw_pillow_opener-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
48be72fac3fb3fca88388d5e72d291b300a57868b691e776f557feee219b3516
|
|
MD5 |
7dd966ca15c47a0806a4e148ad182723
|
|
BLAKE2b-256 |
90389eefdc31043f35ced8215379cf5c1fcaeff98af02d27eaa64d08e7908699
|