Public Member Functions | |
| (void) | - waitForConversion |
| Wait for the dcraw task to complete the conversion. | |
| (void) | - getPPMsample:atX:Y:W:H: |
| Extract a data sample in the converted PPM file. | |
| - (void) waitForConversion |
Wait for the dcraw task to complete the conversion.
| - (void) getPPMsample: | (u_short*) | data | ||
| atX: | (u_short) | x | ||
| Y: | (u_short) | y | ||
| W: | (u_short) | w | ||
| H: | (u_short) | h | ||
Extract a data sample in the converted PPM file.
| data | The data buffer to fill | |
| x | X coordinate of the sample | |
| y | Y coordinate of the sample | |
| w | Width of the sample | |
| h | Height of the sample |
1.5.4