Lynkeos
|
Class for reading digital cameras raw image file formats. More...
#import <DcrawReader.h>
Additional Inherited Members | |
![]() | |
(NSImage *) | - getNSImage |
Returns an NSImage for displaying. More... | |
(void) | - getImageSample:withPrecision:withPlanes:atX:Y:W:H:lineWidth: |
Retrieves image data for processing. More... | |
(id< LynkeosImageBuffer >) | - getCustomImageSampleAtX:Y:W:H: |
Retrieves image data in a custom format for calibration (see hasCustomImageBuffer). More... | |
![]() | |
(void) | + lynkeosFileTypes: |
Returns the file types handled by that class. More... | |
(BOOL) | + hasCustomImageBuffer |
Does this reader provides some custom image buffer class(es) ? More... | |
Class for reading digital cameras raw image file formats.
This reader uses an external program, dcraw for converting the raw file into a temporary PPM file, and retrieve the data from this PPM file.
The conversion is started in the background when the reader is created. When the reader gets called, it waits for conversion end if needed, before accessing the PPM file data.