---
title: PHImageRequestOptionsResizeMode.fast
framework: photos
role: symbol
role_heading: Case
path: photos/phimagerequestoptionsresizemode/fast
---

# PHImageRequestOptionsResizeMode.fast

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

## Declaration

```swift
case fast
```

## Discussion

Discussion With this option, Photos can use image subsampling to quickly provide an image at a size roughly matching the target size.

## See Also

### Constants

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