Lynkeos
|
Private part of the DCRAW readder class. More...
Instance Methods | |
(void) | - waitForConversion |
Wait for the dcraw task to complete the conversion. More... | |
(void) | - getPPMsample:atX:Y:W:H: |
Extract a data sample in the converted PPM file. More... | |
Private part of the DCRAW readder class.
- (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 |
References waitForConversion.
- (void) waitForConversion |
Wait for the dcraw task to complete the conversion.
Referenced by getPPMsample:atX:Y:W:H:.