I recently downloaded the CIFilter rawExpose sample code. I'm able to build and open Canon RAW files without a problem. However when I attempt to open a Fujifilm .RAF file from an X-T10 camera, it appears megenta in color with a cross hatch pattern (a sign that it is not properly parsing the X-Trans sensor data properly). I'm using the new CIFilter call below with the standard options set in the sample code:
CIFilter(imageData: imageData as Data, options: rawOptions)
Looking at the decoder info, it is using decoder with ID = 6. It sees that it is a Fujifilm camera, but does not appear to decode the RAW image properly. Does anyone know if there are special options that need to be passed in order for the decoder to process data from an X-Trans sensor?