> 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/combine-multiple-images.md).

# Combinar várias imagens

A atualização mais recente das referências de imagem no Morphic abre novas possibilidades criativas.

Ela permite que você integre elementos entre imagens de forma contínua, seja criando cenas complexas para sua história, substituindo objetos de cenas ou materiais de marketing, ajustando detalhes ou mesclando estilos. Você pode combinar elementos de várias fontes para criar composições únicas.

#### 1. Crie uma cena usando vários personagens apenas fazendo referência a eles

Prompt de exemplo: Coloque o homem sentado no lado direito da mesa. Coloque a mulher sentada no lado esquerdo da mesa. Posicione-os de modo que o homem e a mulher fiquem frente a frente, em lados opostos da mesa. Garanta alinhamento natural, proporções realistas e iluminação consistente.

<div><figure><img src="/files/12e4738c29eb46910ae815c6b4cd0759037227e4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/400a8695bdaa8b621d5f8f34a42ab9c747a3c0c0" alt=""><figcaption></figcaption></figure> <figure><img src="/files/f652df6ec6d2336a6993f20f030d606a275b6c2e" alt=""><figcaption></figcaption></figure></div>

Saída:

<figure><img src="/files/1d2d49e0c688317b8e5fbac6ea3e27e74bb7e2aa" alt=""><figcaption></figcaption></figure>

#### 2. Mescle personagens, fundos e objetos de várias imagens em uma imagem coesa

Prompt de exemplo: A mulher na imagem 1 está vestindo a roupa da imagem 2, em pé do lado de fora perto do lago, com montanhas ao fundo, durante a hora dourada. Cores naturais suaves, ângulo frontal, pouca profundidade de campo. plano fechado.

<div><figure><img src="/files/5b96477b547e6d2854c317a81183581534a98800" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c65af23aa8f3db32e82773fc4a5c1971cb3e763f" alt=""><figcaption></figcaption></figure></div>

Saída:

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

#### 3. Experimente diferentes roupas em um personagem, mantendo seu estilo original enquanto explora novos visuais

Prompt de exemplo: Adicione a roupa da imagem 2 ao homem na imagem 1.

<div><figure><img src="/files/5a0d5494aaa205f5ed4c1978aa199cb9353597f6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/09dcbc523e4f0541eb7044842570442bca5ad54a" alt=""><figcaption></figcaption></figure></div>

Saída:

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

#### 4. Combine personagens de imagens separadas na terceira imagem

Prompt de exemplo: O menino da imagem 1 e o cachorro da imagem 2 estão montados em um tapete mágico voador na imagem 3.

<div><figure><img src="/files/7a87d230041bce518e3a2e0d8ebc1ee895c5b987" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4b53960c87e7d953af1bd0399546bb0f864a8c48" alt=""><figcaption></figcaption></figure> <figure><img src="/files/135fff89f7f25dfb707fd2fa0b3bbb9ce81b659d" alt=""><figcaption></figcaption></figure></div>

Saída:

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

***

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/combine-multiple-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.
