---
title: prefersHighDynamicRange
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimagereaderconfiguration/prefershighdynamicrange
---

# prefersHighDynamicRange

A Boolean value that indicates whether the image reader should decode the image as HDR when the type is capable of decoding in either SDR or HDR.

## Declaration

```occ
@property (nonatomic, assign, readwrite) BOOL prefersHighDynamicRange;
```

## Discussion

Discussion This property doesn’t affect images that only decode in either SDR or HDR. The default value depends on the system capabilities.

## See Also

### Related Documentation

- [Applying Apple HDR effect to your photos](appkit/applying-apple-hdr-effect-to-your-photos.md)

### Configuration properties

- [preferredThumbnailSize](uikit/uiimagereaderconfiguration/preferredthumbnailsize.md)
- [preparesImagesForDisplay](uikit/uiimagereaderconfiguration/preparesimagesfordisplay.md)
- [pixelsPerInch](uikit/uiimagereaderconfiguration/pixelsperinch.md)
