photoshell / rawkit

ctypes based libraw bindings

Home Page:https://rawkit.readthedocs.io/

Repository from Github https://github.comphotoshell/rawkitRepository from Github https://github.comphotoshell/rawkit

rawkit

Package Status Docs Status Build Status Test Coverage Status No Maintenance Intended

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

About

ctypes based libraw bindings

https://rawkit.readthedocs.io/

License:MIT License


Languages

Language:Python 99.0%Language:Makefile 1.0%