---
title: PHImageRequestOptionsVersion.original
framework: photos
role: symbol
role_heading: Case
path: photos/phimagerequestoptionsversion/original
---

# PHImageRequestOptionsVersion.original

Request the original, highest-fidelity version of the image asset.

## Declaration

```swift
case original
```

## Discussion

Discussion The resulting image is originally captured or imported version of the asset, regardless of any edits made. If the image asset contains data in multiple formats, the resulting image data uses the highest quality format. For example, for an asset containing both RAW and JPEG data, Photos returns the RAW data.

## See Also

### Constants

- [PHImageRequestOptionsVersion.current](photos/phimagerequestoptionsversion/current.md)
- [PHImageRequestOptionsVersion.unadjusted](photos/phimagerequestoptionsversion/unadjusted.md)
