---
title: supportedDecoderVersions
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cirawfilter/supporteddecoderversions
---

# supportedDecoderVersions

An array of all supported decoder versions for the given image type.

## Declaration

```swift
var supportedDecoderVersions: [CIRAWDecoderVersion] { get }
```

## Discussion

Discussion This array is sorted in reverse chronological order. All entries represent a valid version identifier set to decoderVersion.

## See Also

### Inspecting supported camera models, decoders, and filters

- [supportedCameraModels](coreimage/cirawfilter/supportedcameramodels.md)
- [CIRAWDecoderVersion](coreimage/cirawdecoderversion.md)
- [isColorNoiseReductionSupported](coreimage/cirawfilter/iscolornoisereductionsupported.md)
- [isContrastSupported](coreimage/cirawfilter/iscontrastsupported.md)
- [isDetailSupported](coreimage/cirawfilter/isdetailsupported.md)
- [isLensCorrectionSupported](coreimage/cirawfilter/islenscorrectionsupported.md)
- [isLocalToneMapSupported](coreimage/cirawfilter/islocaltonemapsupported.md)
- [isLuminanceNoiseReductionSupported](coreimage/cirawfilter/isluminancenoisereductionsupported.md)
- [isMoireReductionSupported](coreimage/cirawfilter/ismoirereductionsupported.md)
- [isSharpnessSupported](coreimage/cirawfilter/issharpnesssupported.md)
- [nativeSize](coreimage/cirawfilter/nativesize.md)
