BTW, in this piece of code BTW, in this piece of code "," << (int) image->data[rgb_pos++] << "," << (int) image->data[rgb_pos++] << "," << (int) image->data[rgb_pos++] Execution order is not specified (before C++17, AFAIK), that may explain garbage output. -- Alex Tutubalin @LibRaw LLC reply
BTW, in this piece of code
Execution order is not specified (before C++17, AFAIK), that may explain garbage output.