I should mention that the loop for getting multiple images looks something like:
for(x=0; x < P1.raw_count; x++) { OUT.shot_select = x; RawProcessor.unpack(); RawProcessor.dcraw_process(); }
More information about formatting options
Copyright © 2008-2009 Alex Tutubalin and Illiah Borg
I should mention that the loop for getting multiple images
looks something like:
for(x=0; x < P1.raw_count; x++) {
OUT.shot_select = x;
RawProcessor.unpack();
RawProcessor.dcraw_process();
}