> 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/tr/nasil-yapilir/blending-images.md).

# Görselleri harmanlama

<figure><img src="/files/745df9502707a34f9010834f6d05e55d4df92a60" alt=""><figcaption></figcaption></figure>

İstediğiniz karakterleri, arka planları ve aksesuarları tek bir sahnede harmanlamak için önce bunları yükleyin veya oluşturun. Mevcut görsellerden Morphic’in [segmentasyon özellikleri](/docs/tr/temel-bilgiler/layers.md).

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

Final kareye dahil etmek istediğiniz karakterleri, öğeleri veya aksesuarları katmanlara ayırın.

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

Öğeleri final kareye taşıyın.

<figure><img src="/files/5923eeb77bcb14694ce4ba81e41f5d4111341cff" alt=""><figcaption></figcaption></figure>

Final kareyi seçin ve Morphic'e sahnenin hangi stile doğru harmanlanacağını yönlendiren bir istem girin.

{% hint style="info" %}
Şunu deneyin: *“Kızın sanat stilini arka planın sanat stiliyle harmanlayın.”*

Hangi öğenin yön vermesi gerektiğinden emin değilseniz, basitçe şu istemi girin: *“Sanat stillerini eşleşecek şekilde harmanlayın.”*
{% endhint %}

<figure><img src="/files/541be333978625cba21ba00b573069f94812790a" alt=""><figcaption></figcaption></figure>

Oluştur'a basın; Morphic, isteminize göre seçili görsellerin, karakterlerin veya aksesuarların stillerini harmanlayacaktır.

<figure><img src="/files/43100cff3a5d900f53adb63bd8dde64558534d75" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Kaçının**

Birbirinden çok farklı stilleri harmanlamak (ör. animeden fotogerçekçiliğe) tutarsız veya öngörülemez sonuçlara yol açabilir.
{% endhint %}

{% hint style="success" %}
**En iyi şu durumlarda kullanılır:**

* Arka planınız ve karakteriniz farklı stillerdeyse.
* Öğeleri elle yeniden çizmeden uyumlu bir kare istiyorsanız.
* Karışık medya veya kolaj tarzı görsellerle deneme yapıyorsanız.
  {% endhint %}

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**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/tr/nasil-yapilir/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.
