<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "iTunesLibrary",
  "identifier" : "/documentation/iTunesLibrary/ITLibArtworkFormat",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "iTunes Library"
    ],
    "preciseIdentifier" : "c:@E@ITLibArtworkFormat"
  },
  "title" : "ITLibArtworkFormat"
}
-->

# ITLibArtworkFormat

These constants specify the possible formats of the data that [`imageDataFormat`](/documentation/iTunesLibrary/ITLibArtwork/imageDataFormat) returns.

```
enum ITLibArtworkFormat
```

## Topics

### Artwork Formats

[`case none`](/documentation/iTunesLibrary/ITLibArtworkFormat/none)

The image data format is unknown.

[`case bitmap`](/documentation/iTunesLibrary/ITLibArtworkFormat/bitmap)

The image data corresponds to a bitmap image.

[`case JPEG`](/documentation/iTunesLibrary/ITLibArtworkFormat/JPEG)

The image data corresponds to a JPEG image.

[`case JPEG2000`](/documentation/iTunesLibrary/ITLibArtworkFormat/JPEG2000)

The image data corresponds to a JPEG2000 image.

[`case GIF`](/documentation/iTunesLibrary/ITLibArtworkFormat/GIF)

The image data corresponds to a GIF image.

[`case PNG`](/documentation/iTunesLibrary/ITLibArtworkFormat/PNG)

The image data corresponds to a PNG image.

[`case BMP`](/documentation/iTunesLibrary/ITLibArtworkFormat/BMP)

The image data corresponds to a bitmap image.

[`case TIFF`](/documentation/iTunesLibrary/ITLibArtworkFormat/TIFF)

The image data corresponds to a TIFF image.

[`case PICT`](/documentation/iTunesLibrary/ITLibArtworkFormat/PICT)

The image data corresponds to a PICT image.

### Initializers

[`init?(rawValue: UInt)`](/documentation/iTunesLibrary/ITLibArtworkFormat/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)