Replacement for deprecated CIRAWFilterOption activeKeys

Hi,

According to the API documentation, the activeKeys property of the CIRAWFilterOption struct is deprecated. What is its replacement functionality?

Cheers.

Michael

Answered by FrankSchlegel in 708393022

I think the whole RAW development is now handled by the new CIRAWFilter.

This doesn't have an activeKeys property anymore. Instead, you can check for each property individually if it's supported or not. For instance with isContrastSupported or isMoireReductionSupported.

Accepted Answer

I think the whole RAW development is now handled by the new CIRAWFilter.

This doesn't have an activeKeys property anymore. Instead, you can check for each property individually if it's supported or not. For instance with isContrastSupported or isMoireReductionSupported.

Replacement for deprecated CIRAWFilterOption activeKeys
 
 
Q