<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageInterpolation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSImageInterpolation"
  },
  "title" : "NSImageInterpolation"
}
-->

# NSImageInterpolation

Constants that specify the interpolation, or image smoothing, behavior used by the image interpolation property.

```
enum NSImageInterpolation
```

## Overview

Use these constants with the [`imageInterpolation`](/documentation/AppKit/NSGraphicsContext/imageInterpolation) property.

## Topics

### Constants

[`NSImageInterpolation.default`](/documentation/AppKit/NSImageInterpolation/default)

Use the context’s default interpolation.

[`NSImageInterpolation.none`](/documentation/AppKit/NSImageInterpolation/none)

No interpolation.

[`NSImageInterpolation.low`](/documentation/AppKit/NSImageInterpolation/low)

Fast, low-quality interpolation.

[`NSImageInterpolation.medium`](/documentation/AppKit/NSImageInterpolation/medium)

Medium quality, slower than the low interpolation option.

[`NSImageInterpolation.high`](/documentation/AppKit/NSImageInterpolation/high)

Highest quality, slower than the medium interpolation option.



---

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)