Lynkeos
List of all members
DcrawReader Class Reference

Class for reading digital cameras raw image file formats. More...

#import <DcrawReader.h>

Inheritance diagram for DcrawReader:
Inheritance graph
[legend]
Collaboration diagram for DcrawReader:
Collaboration graph
[legend]

Additional Inherited Members

- Instance Methods inherited from <LynkeosImageFileReader>
(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...
 
- Class Methods inherited from <LynkeosFileReader>
(void) + lynkeosFileTypes:
 Returns the file types handled by that class. More...
 
(BOOL) + hasCustomImageBuffer
 Does this reader provides some custom image buffer class(es) ? More...
 

Detailed Description

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.


The documentation for this class was generated from the following file: