<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: 26.4.0 -",
    "macOS: 26.4.0 -",
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImagePlayground",
  "identifier" : "/documentation/ImagePlayground/ImagePlaygroundOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Image Playground"
    ],
    "preciseIdentifier" : "s:15ImagePlayground0aB7OptionsV"
  },
  "title" : "ImagePlaygroundOptions"
}
-->

# ImagePlaygroundOptions

A type that stores the options that affect the image-generation process.

```
struct ImagePlaygroundOptions
```

## Overview

Create an instance of this structure and use it to specify the options you
want to use when generating images. Apply these options to your SwiftUI sheet
using the <doc://com.apple.documentation/documentation/SwiftUI/View/imagePlaygroundOptions(_:)>
modifier, or assign them to properties of the [`ImagePlaygroundViewController`](/documentation/ImagePlayground/ImagePlaygroundViewController)
or [`ImageCreator`](/documentation/ImagePlayground/ImageCreator) type before generating any images.

## Relationships

### Conforms To

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

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

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

---

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)