Clarification about usage I use the unofficial Android port https://github.com/dburckh/AndroidLibRaw openBuffer(bytes, bytes.size) setAutoBrightness(false) setAutoScale(false) decodeBitmap(BitmapFactory.Options()) which should apply the options: no_auto_bright = true no_auto_scale = true reply
I use the unofficial Android port https://github.com/dburckh/AndroidLibRaw
which should apply the options:
no_auto_bright = true
no_auto_scale = true