> 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/guias-practicas/blending-images.md).

# Fusionar imágenes

<figure><img src="/files/19802962a535dd5e03661edc30e4c0e29ac54145" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/9de5fd0e44cdf7c76f1bbe7989666b2b7d17f2c7" alt=""><figcaption></figcaption></figure>

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

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

Lleva los elementos al fotograma final.

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

Selecciona el fotograma final e introduce una indicación que guíe a Morphic sobre hacia qué estilo debe fusionarse la escena.

{% hint style="info" %}
Prueba: *“Fusiona 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 indica: *“Fusiona los estilos artísticos para que coincidan.”*
{% endhint %}

<figure><img src="/files/9f5e0486e39b9da3fe6429dd136017411a191db5" alt=""><figcaption></figcaption></figure>

Pulsa Generar, y Morphic fusionará los estilos de las imágenes, personajes o accesorios seleccionados según tu indicación.

<figure><img src="/files/21e60a6f437a9432346bdee27ffb51f02537193a" alt=""><figcaption></figcaption></figure>

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

Fusionar estilos drásticamente diferentes (p. ej., de anime a fotorrealismo) puede dar lugar a resultados inconsistentes 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 técnicas mixtas 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/guias-practicas/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.
