---
title: init()
framework: imageplayground
role: symbol
role_heading: Initializer
path: imageplayground/imagecreator/init()
---

# init()

Creates a new image creator object for you to use in your app.

## Declaration

```swift
init() async throws
```

## Discussion

Discussion If the device doesn’t support image creation or the feature is currently unavailable, this initializer throws an error. note: ImageCreator.Error.notSupported on iOS 27.0+, macOS 27.0+, and visionOS 27.0+.
