A key for the supported decoder versions. The associated value is an NSArray
object that contains all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is an NSDictionary
object that contains key-value pairs. All entries represent a valid version identifier that can be passed as the k
value for the key k
. Version values are read-only; attempting to set this value raises an exception. Currently, the only defined key is @"version"
which has as its value an NSString
that uniquely describing a given decoder version. This string might not be suitable for user interface display..
SDKs
- iOS 10.0+
- macOS 10.5+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- Core Image
Declaration
const CIRAWFilter Option kCISupportedDecoderVersionsKey;