---
title: ITLibArtworkFormat
framework: ituneslibrary
role: symbol
role_heading: Enumeration
path: ituneslibrary/itlibartworkformat
---

# ITLibArtworkFormat

These constants specify the possible formats of the data that imageDataFormat returns.

## Declaration

```swift
enum ITLibArtworkFormat
```

## Topics

### Artwork Formats

- [ITLibArtworkFormat.none](ituneslibrary/itlibartworkformat/none.md)
- [ITLibArtworkFormat.bitmap](ituneslibrary/itlibartworkformat/bitmap.md)
- [ITLibArtworkFormat.JPEG](ituneslibrary/itlibartworkformat/jpeg.md)
- [ITLibArtworkFormat.JPEG2000](ituneslibrary/itlibartworkformat/jpeg2000.md)
- [ITLibArtworkFormat.GIF](ituneslibrary/itlibartworkformat/gif.md)
- [ITLibArtworkFormat.PNG](ituneslibrary/itlibartworkformat/png.md)
- [ITLibArtworkFormat.BMP](ituneslibrary/itlibartworkformat/bmp.md)
- [ITLibArtworkFormat.TIFF](ituneslibrary/itlibartworkformat/tiff.md)
- [ITLibArtworkFormat.PICT](ituneslibrary/itlibartworkformat/pict.md)

### Initializers

- [init(rawValue:)](ituneslibrary/itlibartworkformat/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
