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

# ImagePlaygroundOptions.CreationStrategy.editExisting

An option to create an image that more closely resembles the original image, but also has the modifications you specify.

## Declaration

```swift
case editExisting
```

## Discussion

Discussion This option modifies the image using the prompts you specify, but otherwise tries to preserve as much of the original image as possible. If the system is unable to apply the prompts to the image in a suitable way, it falls back to using the ImagePlaygroundOptions.CreationStrategy.generateNew option.
