<!--
{
  "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/exact",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHImageRequestOptionsResizeMode@PHImageRequestOptionsResizeModeExact"
  },
  "title" : "PHImageRequestOptionsResizeMode.exact"
}
-->

# PHImageRequestOptionsResizeMode.exact

Photos resizes the image to match the target size exactly.

```
case exact
```

## Discussion

Resizing to exactly match a target size is less efficient than using the fast resizing option. The system doesn’t resize low-quality or degraded images that [`PHImageRequestOptionsDeliveryMode.opportunistic`](/documentation/Photos/PHImageRequestOptionsDeliveryMode/opportunistic) or [`PHImageRequestOptionsDeliveryMode.highQualityFormat`](/documentation/Photos/PHImageRequestOptionsDeliveryMode/highQualityFormat) return.

You must choose this enumeration case if you use the [`normalizedCropRect`](/documentation/Photos/PHImageRequestOptions/normalizedCropRect) property to request a cropped image.

---

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)