---
title: PHImageManagerMaximumSize
framework: photos
role: symbol
role_heading: Global Variable
path: photos/phimagemanagermaximumsize
---

# PHImageManagerMaximumSize

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

## Declaration

```swift
let PHImageManagerMaximumSize: CGSize
```

## Discussion

Discussion When you use the PHImageManagerMaximumSize option, Photos provides the largest image available for the asset without scaling or cropping. (That is, it ignores the resizeMode option.)

## See Also

### Requesting Images

- [requestImage(for:targetSize:contentMode:options:resultHandler:)](photos/phimagemanager/requestimage(for:targetsize:contentmode:options:resulthandler:).md)
- [requestImageDataAndOrientation(for:options:resultHandler:)](photos/phimagemanager/requestimagedataandorientation(for:options:resulthandler:).md)
