---
title: PHImageRequestOptionsDeliveryMode.fastFormat
framework: photos
role: symbol
role_heading: Case
path: photos/phimagerequestoptionsdeliverymode/fastformat
---

# PHImageRequestOptionsDeliveryMode.fastFormat

Photos provides only a fast-loading image, possibly sacrificing image quality.

## Declaration

```swift
case fastFormat
```

## Discussion

Discussion Photos calls your resultHandler block once. If a high-quality image cannot be loaded quickly, the result handler provides a low-quality image. Check the PHImageResultIsDegradedKey key in the info dictionary to determine the quality of image provided to the result handler. This option is available only if the isSynchronous property is false.

## See Also

### Constants

- [PHImageRequestOptionsDeliveryMode.opportunistic](photos/phimagerequestoptionsdeliverymode/opportunistic.md)
- [PHImageRequestOptionsDeliveryMode.highQualityFormat](photos/phimagerequestoptionsdeliverymode/highqualityformat.md)
