> 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/br/como-fazer/blending-images.md).

# Misturando imagens

<figure><img src="/files/23ffd99fc3026336061949c9c1fc022bf99556ac" alt=""><figcaption></figcaption></figure>

Comece fazendo upload ou gerando os personagens, fundos e objetos que você quer mesclar em uma cena unificada. Você pode criar camadas a partir de imagens existentes usando os [recursos de segmentação](/docs/br/essenciais/layers.md).

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

Posicione os personagens, elementos ou objetos que você deseja incluir no quadro final.

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

Traga os elementos para o quadro final.

<figure><img src="/files/7a9d12ec38c6cd123bdc9ce807192aabde6a960b" alt=""><figcaption></figcaption></figure>

Selecione o quadro final e insira um prompt que oriente o Morphic sobre para qual estilo a cena deve tender.

{% hint style="info" %}
Experimente: *“Misture o estilo artístico da garota com o estilo artístico do fundo.”*

Se você não tiver certeza de qual elemento deve prevalecer, basta inserir o prompt: *“Misture os estilos artísticos para combinar.”*
{% endhint %}

<figure><img src="/files/98c07173d10929d11b6d2827bc0d526faf047f76" alt=""><figcaption></figcaption></figure>

Clique em Gerar, e o Morphic mesclará os estilos das imagens, personagens ou objetos selecionados conforme o seu prompt.

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

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

Misturar estilos drasticamente diferentes (por exemplo, anime com fotorrealismo) pode levar a resultados inconsistentes ou imprevisíveis.
{% endhint %}

{% hint style="success" %}
**Melhor usado quando:**

* Seu fundo e seu personagem estão em estilos diferentes.
* Você quer um quadro coeso sem redesenhar manualmente os elementos.
* Você está experimentando visuais em mídia mista ou estilo colagem.
  {% endhint %}

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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/br/como-fazer/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.
