#import <DcrawReader.h>


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.
1.5.4