Decompress RAW image before passing it to CIFilter?

Hello,


I have a .RAF file which is a Fujifilm compressed RAW image format. CIFilter is able to read the RAW data. However, I need to decompress the RAW data before passing it to CIFilter. Is this possible using Objective C or Swift? I looked into Fujifilm's RAW tools and could not find such a feature anywhere.


Thanks.

Replies

Can you expand on the reasoning here? How have you concluded that you need to decompress the data? If it is a raw format that is generally supported, meaning that you can view the image in Finder, Preview, Photos etc then you should be able to create a corresponding CIFilter without any further actions. If the file format is not supported by the general RAW handling yet then you probably have to wait