Also, please note, that image Also, please note, that image[] do not contain invisible pixels. So, raw_image[(row+top_margin)*raw_width + left_margin+col] becomes just image[row*iwidth+col] -- Alex Tutubalin @LibRaw LLC reply
Also, please note, that image[] do not contain invisible pixels.
So, raw_image[(row+top_margin)*raw_width + left_margin+col] becomes just image[row*iwidth+col]