---
title: "init(data:)"
framework: nowplaying
role: symbol
role_heading: Initializer
path: "nowplaying/artworkrepresentation/init(data:)"
---

# init(data:)

Creates an ArtworkRepresentation from image data.

## Declaration

```swift
init(data: Data) throws
```

## Parameters

- `data`: The encoded image data.

## Discussion

Discussion note: ArtworkRepresentation.ArtworkRepresentationError.noRepresentationAvailable if the data doesn’t represent a valid image or uses an unsupported format.
