<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHImageRequestOptionsResizeMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHImageRequestOptionsResizeMode"
  },
  "title" : "PHImageRequestOptionsResizeMode"
}
-->

# PHImageRequestOptionsResizeMode

Options for how to resize the requested image to fit a target size, used by the [`resizeMode`](/documentation/Photos/PHImageRequestOptions/resizeMode) property.

```
enum PHImageRequestOptionsResizeMode
```

## Overview

Specify a `targetSize` parameter when you request an image with the [`requestImage(for:targetSize:contentMode:options:resultHandler:)`](/documentation/Photos/PHImageManager/requestImage(for:targetSize:contentMode:options:resultHandler:)) method.

## Topics

### Constants

[`case none`](/documentation/Photos/PHImageRequestOptionsResizeMode/none)

Photos does not resize the image asset.

[`case fast`](/documentation/Photos/PHImageRequestOptionsResizeMode/fast)

Photos efficiently resizes the image to a size similar to, or slightly larger than, the target size.

[`case exact`](/documentation/Photos/PHImageRequestOptionsResizeMode/exact)

Photos resizes the image to match the target size exactly.

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHImageRequestOptionsResizeMode/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)