Hi,
According to the API documentation, the activeKeys
property of the CIRAWFilterOption
struct is deprecated. What is its replacement functionality?
Cheers.
Michael
Hi,
According to the API documentation, the activeKeys
property of the CIRAWFilterOption
struct is deprecated. What is its replacement functionality?
Cheers.
Michael
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
.