> 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/es/how-tos/blending-images.md).

# Mezcla de imágenes

Con la función de imagen a imagen de Morphic, puedes mezclar sin problemas diferentes recursos para combinar personajes, fondos y accesorios en un solo fotograma cohesionado y mantener la coherencia entre estilos.

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FB17t1h1DUULPfmDPcqv4%2FCleanShot%202025-06-07%20at%2001.37.05%402x.png?alt=media&amp;token=0ad03b5c-9d30-4956-a139-e05fba5fe222" alt=""><figcaption></figcaption></figure>

Empieza cargando o generando los personajes, fondos y accesorios que quieras combinar en una escena unificada. Puedes crear capas a partir de imágenes existentes usando las [funciones de segmentación](/docs/es/essentials/layers.md).

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fqa8bRsJq8dgHOv0wmLxB%2FCleanShot%202025-06-07%20at%2001.38.00%402x.png?alt=media&amp;token=e82b7104-79d9-4c75-a1a0-7d04327f4b9b" alt=""><figcaption></figcaption></figure>

Organiza en capas los personajes, elementos o accesorios que quieras incluir en el fotograma final.

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fg5WguYr2KHQxqt3DGQ0a%2FCleanShot%202025-06-07%20at%2001.45.51%402x.png?alt=media&amp;token=54cb4e80-f8d2-41c5-bbab-315c8ed2c917" alt=""><figcaption></figcaption></figure>

Lleva los elementos al fotograma final.

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FVouGQtYM4yVG9BG6xUAQ%2FCleanShot%202025-06-07%20at%2001.48.31%402x.png?alt=media&amp;token=44c4e77b-958b-4e7b-ae10-8b158dfa96d4" alt=""><figcaption></figcaption></figure>

Selecciona el fotograma final e introduce un prompt que indique a Morphic hacia qué estilo debe tender la escena.

{% hint style="info" %}
Prueba: *“Combina el estilo artístico de la chica con el estilo artístico del fondo.”*

Si no estás seguro de qué elemento debe prevalecer, simplemente escribe: *“Combina los estilos artísticos para que coincidan.”*
{% endhint %}

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2F2DntSDVC2XifHDDX4m9e%2FCleanShot%202025-06-07%20at%2001.53.28%402x.png?alt=media&amp;token=4c0b009c-0ad7-49e0-b252-7ce3ded96f8a" alt=""><figcaption></figcaption></figure>

Haz clic en el botón azul de la barra de prompts, y Morphic combinará los estilos de las imágenes, personajes o accesorios seleccionados según tu prompt.

<figure><img src="https://3939154301-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fy36ZAjsVWc7HrVLSqPKR%2FAnime%20Characters.webp?alt=media&amp;token=80a3558b-d485-4f34-99de-dd92fe5cae7a" alt=""><figcaption></figcaption></figure>

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

Combinar estilos muy diferentes (por ejemplo, de anime a fotorrealismo) puede dar lugar a resultados incoherentes o impredecibles.
{% endhint %}

{% hint style="success" %}
**Se usa mejor cuando:**

* Tu fondo y tu personaje están en estilos diferentes.
* Quieres un fotograma cohesivo sin redibujar manualmente los elementos.
* Estás experimentando con medios mixtos o visuales de estilo collage.
  {% endhint %}

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**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/es/how-tos/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.
