<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPersonImageFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@EA@ABPersonImageFormat"
  },
  "title" : "ABPersonImageFormat"
}
-->

# ABPersonImageFormat

Indicates an image format.

```
struct ABPersonImageFormat
```

## Overview

See `Image Format`.

## Topics

### Initializers

### Constants

[`init(_:)`](/documentation/AddressBook/ABPersonImageFormat/init(_:))

Initializes an image format with an integer value.

[`init(rawValue:)`](/documentation/AddressBook/ABPersonImageFormat/init(rawValue:))

Initializes an image format with a raw integer value.

### Instance Properties

[`rawValue`](/documentation/AddressBook/ABPersonImageFormat/rawValue)

The raw value of an image format.

[`kABPersonImageFormatOriginalSize`](/documentation/AddressBook/kABPersonImageFormatOriginalSize)

The image at its original size and shape.

[`kABPersonImageFormatThumbnail`](/documentation/AddressBook/kABPersonImageFormatThumbnail)

The small square thumbnail.

## Relationships

### Conforms To

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

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

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

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

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

---

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)