Add new comment

Half sized image with raw output color

Hi all, i perform this:
iProcessor.imgdata.params.half_size =1;
iProcessor.imgdata.params.output_color = 0;

That means i want a half sized output image with raw color. The resulting image gives undefined behavior that reminds me of severe memory leakages/problems. Technically, it should work, also given the fact that the dcraw equivalent command "dcraw -h -o 0 " gives a normal result.
If i change the output_color to any other variable than 0, it works.

Tim

Forums: