> For the complete documentation index, see [llms.txt](https://docs.atlas.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atlas.design/atlas-ai-studio-overview/node-index/image-nodes.md).

# Image Nodes

Image Nodes are how 2D content gets created and refined in Atlas. They cover the full lifecycle: generating images from text prompts or references, editing existing images with text-driven instructions, and post-processing for camera framing, upscaling, background removal, and compositing.

In a typical Atlas workflow, image nodes do early-stage work: concepting, ideation, reference preparation, and 2D asset finalization. They also feed directly into [Mesh Nodes](/atlas-ai-studio-overview/node-index/mesh-nodes.md) for 3D generation, which is why the input quality at this stage materially affects 3D output quality downstream.

## The three image-node categories

* **Image Generation Nodes** — text-to-image and image-to-text. Use these to create new images from prompts or extract text descriptions from existing images.
* **Image Edit Nodes** — text-guided image transformation. Modify existing images with natural-language instructions, with options ranging from fully generative edits to precise localized modifications.
* **2D Post Processing Nodes** — refinement and finishing. Camera framing, outpainting, upscaling, background removal, segmentation, and image composition.

{% content-ref url="/pages/T3sC9CB573vFi0hT5fgl" %}
[Image Generation Nodes](/atlas-ai-studio-overview/node-index/image-nodes/image-generation-nodes.md)
{% endcontent-ref %}

{% content-ref url="/pages/mjGTYmwRooWhuWUX6xlm" %}
[Image Edit Nodes](/atlas-ai-studio-overview/node-index/image-nodes/image-edit-nodes.md)
{% endcontent-ref %}

{% content-ref url="/pages/Von7MQyy6JP2gohAmnpH" %}
[2D Post Processing Nodes](/atlas-ai-studio-overview/node-index/image-nodes/2d-post-processing-nodes.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.atlas.design/atlas-ai-studio-overview/node-index/image-nodes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
