CTypes based LibRaw bindings
Project description
rawkit (pronounced rocket) is a ctypes-based LibRaw binding for Python inspired by the Wand API.
from rawkit.raw import Raw
from rawkit.options import WhiteBalance
with Raw(filename='some/raw/image.CR2') as raw:
raw.options.white_balance = WhiteBalance(camera=False, auto=True)
raw.save(filename='some/destination/image.ppm')
for more info, see the docs
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
rawkit-0.4.2.tar.gz
(21.2 kB
view hashes)
Built Distributions
rawkit-0.4.2.linux-x86_64.tar.gz
(33.2 kB
view hashes)
rawkit-0.4.2-py2.py3-none-any.whl
(20.5 kB
view hashes)
Close
Hashes for rawkit-0.4.2.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 238a016a2f80623d0e56be98747f4736adb2689c0041b86f15c7ddcc4f39fb2f |
|
MD5 | afa4b9959f89adc552a9ebdd41670330 |
|
BLAKE2b-256 | d548f4259b28a997648d739113b20e04cc91298d8440c996232022c21450622f |
Close
Hashes for rawkit-0.4.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48ea414b3a91ed20031fdc8c9748d145808b22c8ffdececf0ee73fe2074f756a |
|
MD5 | e3922f6d2c1667ee7d2f739cda74d917 |
|
BLAKE2b-256 | cc4ccbb43db4d930a5c88c24b24ba76b78ce3db14cb268bb1bb5d71134457175 |