You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
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:
I'm not surprised, there are lots of features we haven't fully tested. I'm not actively working on this library anymore, but if you open a PR with a fix we'll merge it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:And it should be (as correctly reported by a different ctypes-based libraw wrapper).
It would appear that the array dimensions are swapped somewhere.
The text was updated successfully, but these errors were encountered: