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

# Birden fazla görseli birleştirme

Morphic'teki en son görüntü referansları güncellemesi, yeni yaratıcı olanakların kapısını açıyor.

Hikâyeniz için karmaşık sahneler oluştururken, sahnelerden veya pazarlama materyallerinden nesneleri değiştirirken, ayrıntıları ayarlarken ya da stilleri harmanlarken olsun, öğeleri görüntüler arasında sorunsuzca entegre etmenize olanak tanır. Benzersiz kompozisyonlar oluşturmak için birden fazla kaynaktan öğeleri birleştirebilirsiniz.

#### 1. Sadece referans vererek birden fazla karakter kullanarak bir sahne oluşturun

Örnek istem: Masanın sağ tarafında oturan adamı yerleştirin. Masanın sol tarafında oturan kadını yerleştirin. Onları, adam ve kadın masanın karşısında birbirine bakacak şekilde düzenleyin. Doğal hizalama, gerçekçi oranlar ve tutarlı aydınlatma sağlayın.

<div><figure><img src="/files/38ced7511e4442ead6a7c9b73a2059ca1e2da6d9" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a6bbed2e1033d993e311ec2a8a2e8588f5b9318c" alt=""><figcaption></figcaption></figure> <figure><img src="/files/46f49b50fb29204901406d84d0afebd6c35fda65" alt=""><figcaption></figcaption></figure></div>

Çıktı:

<figure><img src="/files/5a17212b587a694329edec00416b5d023088c711" alt=""><figcaption></figcaption></figure>

#### 2. Farklı görüntülerden karakterleri, arka planları ve nesneleri bütüncül bir görüntüde birleştirin

Örnek istem: 1. görseldeki kadın, 2. görseldeki kıyafeti giymiş halde, göl kenarında dışarıda duruyor, arka planda dağlar, altın saat. Soluk doğal renkler, önden açı, sığ alan derinliği. yakın plan çekim.

<div><figure><img src="/files/2864b2f4e3c88734a57582c4dc128b847bb146b4" alt=""><figcaption></figcaption></figure> <figure><img src="/files/006697ed5d607459a5bec6bc140be6485d829213" alt=""><figcaption></figcaption></figure></div>

Çıktı:

<figure><img src="/files/2e46a77828e05cba2441a7670dc9a1757a4d524c" alt=""><figcaption></figcaption></figure>

#### 3. Bir karakter üzerinde farklı kıyafetleri deneyerek, yeni görünümleri keşfederken özgün stilini koruyun

Örnek istem: 2. görseldeki kıyafeti 1. görseldeki adama ekleyin.

<div><figure><img src="/files/b19282abdf27f99f0d9459b843dc9eb48b27abb8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/162719b3ed12cf53d795f37447df0c3184144c36" alt=""><figcaption></figcaption></figure></div>

Çıktı:

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

#### 4. Ayrı görüntülerdeki karakterleri üçüncü görüntüde birleştirin

Örnek istem: 1. görseldeki oğlan ve 2. görseldeki köpek, 3. görselde büyülü bir uçan halıya biniyor.

<div><figure><img src="/files/589d89a9722bef2b7b2ecdd5e78e0760e9eea9be" alt=""><figcaption></figcaption></figure> <figure><img src="/files/dfc4ec1019e8bd525c8ff278730ae554b306233e" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7ec66320550cfd3f574e1d8915620cf04993759f" alt=""><figcaption></figcaption></figure></div>

Çıktı:

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

***

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