<!--
{
  "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/PHImageManagerMaximumSize",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@PHImageManagerMaximumSize"
  },
  "title" : "PHImageManagerMaximumSize"
}
-->

# PHImageManagerMaximumSize

A special value for requesting original image data or the largest rendered image available. .

```
let PHImageManagerMaximumSize: CGSize
```

## Discussion

When you use the [`PHImageManagerMaximumSize`](/documentation/Photos/PHImageManagerMaximumSize) option, Photos provides the largest image available for the asset without scaling or cropping. (That is, it ignores the [`resizeMode`](/documentation/Photos/PHImageRequestOptions/resizeMode) option.)

---

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)