---
title: ImagePlaygroundOptions.CreationStrategy
framework: imageplayground
role: symbol
role_heading: Enumeration
path: imageplayground/imageplaygroundoptions/creationstrategy-swift.enum
---

# ImagePlaygroundOptions.CreationStrategy

Options that specify the system strategy for preserving the original image content.

## Declaration

```swift
enum CreationStrategy
```

## Overview

Overview Use these options to specify how much you want the system to preserve the original image you provide.

## Topics

### Enumeration Cases

- [ImagePlaygroundOptions.CreationStrategy.automatic](imageplayground/imageplaygroundoptions/creationstrategy-swift.enum/automatic.md)
- [ImagePlaygroundOptions.CreationStrategy.editExisting](imageplayground/imageplaygroundoptions/creationstrategy-swift.enum/editexisting.md)
- [ImagePlaygroundOptions.CreationStrategy.generateNew](imageplayground/imageplaygroundoptions/creationstrategy-swift.enum/generatenew.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
