> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/de/anleitungen/blending-images.md).

# Bilder mischen

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

Beginnen Sie damit, die Charaktere, Hintergründe und Requisiten hochzuladen oder zu generieren, die Sie zu einer einheitlichen Szene verschmelzen möchten. Sie können aus vorhandenen Bildern mithilfe von Morphics [Segmentierungsfunktionen](https://github.com/morphicfilms/docs/blob/main/workflows/essentials/layers/README.md).

<figure><img src="/files/38bb1e00e877931f16849a90e586143defd27d0f" alt=""><figcaption></figcaption></figure>

Ordnen Sie die Charaktere, Elemente oder Requisiten an, die Sie in das finale Bild aufnehmen möchten.

<figure><img src="/files/08f0b791f81fbdfa4f81f0dadc7a43bc0f87b8ae" alt=""><figcaption></figcaption></figure>

Bringen Sie die Elemente in das finale Bild.

<figure><img src="/files/060edb8083825a7f37d11bf81ca575cdd9f854d4" alt=""><figcaption></figcaption></figure>

Wählen Sie das finale Bild aus und geben Sie einen Prompt ein, der Morphic vorgibt, in welche Stilrichtung die Szene verschmelzen soll.

{% hint style="info" %}
Versuchen Sie: *„Verschmelze den Kunststil des Mädchens mit dem Kunststil des Hintergrunds.“*

Wenn Sie sich nicht sicher sind, welches Element den Ton angeben soll, geben Sie einfach ein: *„Verschmelze die Kunststile, damit sie zusammenpassen.“*
{% endhint %}

<figure><img src="/files/61d5dfab90206a00e37bb669e5d69d01dd0b3603" alt=""><figcaption></figcaption></figure>

Klicken Sie auf Generieren, und Morphic wird die Stile der ausgewählten Bilder, Charaktere oder Requisiten gemäß Ihrem Prompt verschmelzen.

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

{% hint style="danger" %}
**Vermeiden**

Das Verschmelzen stark unterschiedlicher Stile (z. B. Anime mit Fotorealismus) kann zu inkonsistenten oder unvorhersehbaren Ergebnissen führen.
{% endhint %}

{% hint style="success" %}
**Am besten geeignet, wenn:**

* Ihr Hintergrund und Ihr Charakter in unterschiedlichen Stilen vorliegen.
* Sie einen stimmigen Bildrahmen ohne manuelles Neuzeichnen von Elementen möchten.
* Sie mit Mixed-Media- oder Collage-Optiken experimentieren.
  {% endhint %}

***


---

# 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://morphic.com/docs/de/anleitungen/blending-images.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.
