dcraw_make_mem_image() just dcraw_make_mem_image() just copies values from image[] to separate memory array with - gamma curve - 16 to 8 bit correction (if requested; this is default) - rotation. It is that simple :) UPD: so, yes, use it after dcraw_process() -- Alex Tutubalin @LibRaw LLC reply
dcraw_make_mem_image() just copies values from image[] to separate memory array with
- gamma curve
- 16 to 8 bit correction (if requested; this is default)
- rotation.
It is that simple :)
UPD: so, yes, use it after dcraw_process()