dburckh / AndroidLibRaw

Another Android LibRaw implementation. LibRaw is used to render raw camera files (e.g NEF, CR2, ARW). Contains a sample app that show a simple implementation.
4 stars 5 forks source link

Expose more options #3

Closed KamilSucharski closed 1 year ago

dburckh commented 1 year ago

Looks great. Thanks for cleaning up my imports!

Can I ask what this does? :)

KamilSucharski commented 1 year ago

Just some extra Libraw options I needed exposed for a project, not sure about specifics, but you can read the detailed description here if you're interested https://www.libraw.org/docs/API-datastruct-eng.html Search for either of these two:

float adjust_maximum_thr;

int exp_correc; float exp_shift,exp_preser;