---
title: NSImage.DynamicRange.unspecified
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsimage/dynamicrange/unspecified
---

# NSImage.DynamicRange.unspecified

Indicates that the dynamic range treatment of the image is unknown or otherwise unspecified.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion The imageDynamicRange property can return this type when the system can’t determine the High Dynamic Range (HDR) of the image. Otherwise, the use of this value isn’t encouraged and results in undefined behavior.

## See Also

### Setting the dynamic range

- [NSImage.DynamicRange.standard](appkit/nsimage/dynamicrange/standard.md)
- [NSImage.DynamicRange.constrainedHigh](appkit/nsimage/dynamicrange/constrainedhigh.md)
- [NSImage.DynamicRange.high](appkit/nsimage/dynamicrange/high.md)
