<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageView/imageDynamicRange",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSImageView(py)imageDynamicRange"
  },
  "title" : "imageDynamicRange"
}
-->

# imageDynamicRange

The resolved dynamic range of the fully resolved image content.

```
var imageDynamicRange: NSImage.DynamicRange { get }
```

## Discussion

This property returns [`NSImage.DynamicRange.unspecified`](/documentation/AppKit/NSImage/DynamicRange/unspecified) if the image view can’t resolve the image content or the image view hasn’t displayed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)