LibRaw is internally 16-bit LibRaw is internally 16-bit unsigned int, so float conversion looks useless. For 16-bit output just use explicit type conversion to (ushort*) for libraw_processed_image_t->data. -- Alex Tutubalin @LibRaw LLC reply
LibRaw is internally 16-bit unsigned int, so float conversion looks useless.
For 16-bit output just use explicit type conversion to (ushort*) for libraw_processed_image_t->data.