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(); }
<code>
<blockcode>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<php>
<python>
<ruby>
<foo>
[foo]
More information about formatting options
All topics 2
All comments 2 3
Copyright © 2008-2011 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();
}