<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImage/ResizingMode-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSImageResizingMode"
  },
  "title" : "NSImage.ResizingMode"
}
-->

# NSImage.ResizingMode

Constants that describe the resizing mode for the image.

```
enum ResizingMode
```

## Topics

### Constants

[`NSImageResizingModeTile`](/documentation/AppKit/NSImage/ResizingMode-swift.enum/tile)

The image tiles when it resizes.

[`NSImageResizingModeStretch`](/documentation/AppKit/NSImage/ResizingMode-swift.enum/stretch)

The image stretches when it resizes.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)