rawkit icon indicating copy to clipboard operation
rawkit copied to clipboard

ctypes based libraw bindings

Results 19 rawkit issues
Sort by recently updated
recently updated
newest added

I have the error `pic.RW2: data corrupted at 122880` when I try to save a raw file from panasonic s1, I downloaded rawkit from: `git clone https://github.com/photoshell/rawkit.git ; pip3 install...

Hi! Props, rawkit seems nice. This isn't really a bug (so apologies for putting it on your issue tracker), but I had a need for [CFFI](https://cffi.readthedocs.io/en/latest/) based bindings for libraw,...

Hi! * Is there a plan for the new version for LibRaw 0.20 support? * LibRaw has released 0.20 version to support Canon .CR3 format file. https://www.libraw.org/news/libraw-snapshot-201910 * And I...

Right now we always pick the latest version of libraw (as returned by `ctypes.util.find_library`). If a newer version is present that we don't support, but a version also exists that...

enhancement

On windows invalid timestamp in metadata is returned. I tracked it down and it turns out `struct_16` and `struct_17` have invalid timestamp type - it should be `c_uint64`. As a...

windows

I'm writing my own RAW development procedure, and I encountered a potential problem with the sRGB conversion matrix as reported by rawkit. Specifically, the array returned by `raw.data.contents.color.rgb_cam` is: ```...

Travis keeps randomly failing for no good reason.

I think a naive demosaic algorithm could be a good candidate.