Add new comment

It is not possible to add

It is not possible to add getter(s) for every field in LibRaw structure (while every field may be needed in some specific case).
We provide very limited C-API that solves most common need(s): open RAW file, render it, provide the rendering.

We do not have any plans to extend it much for every need that may occur.

C-API is simple enough, so any not very experienced programmer may extend it using provided C-API code as a sample. Although, there is no guarantee that we'll not reorder internals in future.

-- Alex Tutubalin @LibRaw LLC