# Image Creator

Quickly make icons, thumbnails or screenshots directly from the editor

#### Screenshot Settings

* **Name** is the name of the image file that will be created. You can leave it blank for an auto generated name.
* The **preset buttons** set the resolution, transparency and the save as icon toggle
* **Save as icon** will change the texture type to "Sprite (2D and UI)" and the max size to 256

#### **View Settings**

* **Use scene view** will use the view direction in the scene window for the camera's direction
  * When toggled off, you can select a your own camera to have a fixed position insead

* **Capture selected only** will make it so only the selected game objects appear in the final image. Multiple selections are allowed
  * When no objects are selected, the preview won't work

* Show preview will show a render of how the final image will look. Turn this option off when you're not using it, as it keeps using your pc's resources while it's on.

<figure><img src="/files/znj51itzJZiZ7w3zvd2G" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wft.gabsith.com/tools/image-creator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
