---
title: NSImageInterpolation.high
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsimageinterpolation/high
---

# NSImageInterpolation.high

Highest quality, slower than the medium interpolation option.

## Declaration

```swift
case high
```

## See Also

### Constants

- [NSImageInterpolation.default](appkit/nsimageinterpolation/default.md)
- [NSImageInterpolation.none](appkit/nsimageinterpolation/none.md)
- [NSImageInterpolation.low](appkit/nsimageinterpolation/low.md)
- [NSImageInterpolation.medium](appkit/nsimageinterpolation/medium.md)
