Correct orientation of the image. I discovered that the line imgD.params.user_flip = 0; was an unnecessary line. Things worked after removing it from my code. Also I forgot to include LibRaw RawProcessor; and #define imgD RawProcessor.imgdata in the original code. Bharath Bhushan Lohray http://bharath.lohray.com/weblog/ reply
I discovered that the line
imgD.params.user_flip = 0;
was an unnecessary line. Things worked after removing it from my code.Also I forgot to include
and
in the original code.