<!--
{
  "availability" : [
    "iOS: 18.4.0 - 27.0.0",
    "iPadOS: 18.4.0 - 27.0.0",
    "macCatalyst: 18.4.0 - 27.0.0",
    "macOS: 15.4.0 - 27.0.0",
    "visionOS: 2.4.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImageCreator/init()",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0A7CreatorCACyYaKcfc"
  },
  "title" : "init()"
}
-->

# init()

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

```
init() async throws
```

## Discussion

If the device doesn’t support image creation or the feature is
currently unavailable, this initializer throws an error.

> Throws: `ImageCreator.Error.notSupported` on iOS 27.0+, macOS 27.0+,
> and visionOS 27.0+.

---

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)