I am looking for a way to identify the color of each pixel from C (not C++). But it seems the COLOR function is not exposed in the C-API, is this correct?
raw image decoder
I am looking for a way to identify the color of each pixel from C (not C++). But it seems the COLOR function is not exposed in the C-API, is this correct?
Nevermind, of course, is is
Nevermind, of course, is is prefixed, I don't know why I didn't see it:
libraw_COLOR
Sorry for the noise!