---
title: PHImageRequestOptionsResizeMode
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phimagerequestoptionsresizemode
---

# PHImageRequestOptionsResizeMode

Options for how to resize the requested image to fit a target size, used by the resizeMode property.

## Declaration

```swift
enum PHImageRequestOptionsResizeMode
```

## Overview

Overview Specify a targetSize parameter when you request an image with the requestImage(for:targetSize:contentMode:options:resultHandler:) method.

## Topics

### Constants

- [PHImageRequestOptionsResizeMode.none](photos/phimagerequestoptionsresizemode/none.md)
- [PHImageRequestOptionsResizeMode.fast](photos/phimagerequestoptionsresizemode/fast.md)
- [PHImageRequestOptionsResizeMode.exact](photos/phimagerequestoptionsresizemode/exact.md)

### Initializers

- [init(rawValue:)](photos/phimagerequestoptionsresizemode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying Image Request Options

- [version](photos/phimagerequestoptions/version.md)
- [PHImageRequestOptionsVersion](photos/phimagerequestoptionsversion.md)
- [deliveryMode](photos/phimagerequestoptions/deliverymode.md)
- [PHImageRequestOptionsDeliveryMode](photos/phimagerequestoptionsdeliverymode.md)
- [resizeMode](photos/phimagerequestoptions/resizemode.md)
- [normalizedCropRect](photos/phimagerequestoptions/normalizedcroprect.md)
