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

# NSImage.DynamicRange.standard

Restricts the image content dynamic range to the standard range regardless of the actual range of the image content.

## Declaration

```swift
case standard
```

## See Also

### Setting the dynamic range

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