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

# PHImageRequestOptionsVersion

Options for requesting an image asset with or without adjustments, used by the [`version`](/documentation/Photos/PHImageRequestOptions/version) property.

```
enum PHImageRequestOptionsVersion
```

## Topics

### Constants

[`case current`](/documentation/Photos/PHImageRequestOptionsVersion/current)

Request the most recent version of the image asset (the one that reflects all edits).

[`case unadjusted`](/documentation/Photos/PHImageRequestOptionsVersion/unadjusted)

Request a version of the image asset without adjustments.

[`case original`](/documentation/Photos/PHImageRequestOptionsVersion/original)

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

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHImageRequestOptionsVersion/init(rawValue:))

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)