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

# دمج عدة صور

يتيح أحدث تحديث لمراجع الصور في Morphic آفاقًا إبداعية جديدة.

يتيح لك دمج العناصر بسلاسة عبر الصور، سواء كنت تنشئ مشاهد معقدة لقصةك، أو تستبدل عناصر من المشاهد أو المواد التسويقية، أو تضبط التفاصيل، أو تمزج الأنماط. يمكنك دمج عناصر من مصادر متعددة لإنشاء تركيبات فريدة.

#### 1. أنشئ مشهدًا باستخدام عدة شخصيات بمجرد الإشارة إليها

نموذج طلب: ضع الرجل جالسًا على الجانب الأيمن من الطاولة. ضع المرأة جالسة على الجانب الأيسر من الطاولة. رتّبهما بحيث يكون الرجل والمرأة متقابلين عبر الطاولة. تأكد من المحاذاة الطبيعية، والنسب الواقعية، والإضاءة المتناسقة.

<div><figure><img src="/files/c0b5296ac2457ba220a80ebf8700dfb2f99fadbd" alt=""><figcaption></figcaption></figure> <figure><img src="/files/b0d17916fea0ea4fca944e2a65a55b2f1d1384b7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c87a3b4035f5126f91d1f70a58324c9ee023e055" alt=""><figcaption></figcaption></figure></div>

الناتج:

<figure><img src="/files/39837f5b438b2558a3f64c1a4f4e474b16775f29" alt=""><figcaption></figcaption></figure>

#### 2. ادمج الشخصيات والخلفيات والأشياء من صور مختلفة في صورة متماسكة

نموذج طلب: المرأة في الصورة 1 ترتدي الزي في الصورة 2، وتقف في الخارج قرب البحيرة، والجبال في الخلفية، ووقت الساعة الذهبية. ألوان طبيعية باهتة، زاوية أمامية، وعمق ميدان ضحل. لقطة مقرّبة.

<div><figure><img src="/files/38675e8b5ab5b8a26a62fca31d1939bbb36bf420" alt=""><figcaption></figcaption></figure> <figure><img src="/files/f5e4c7f8d2bd8f75ac18642bc4c91e317d4e70df" alt=""><figcaption></figcaption></figure></div>

الناتج:

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

#### 3. جرّب أزياء مختلفة على شخصية مع الحفاظ على أسلوبها الأصلي أثناء استكشاف إطلالات جديدة

نموذج طلب: أضف الزي من الصورة 2 إلى الرجل في الصورة 1.

<div><figure><img src="/files/f0d26a59e2d64117510feae53b15b15eca61c8bf" alt=""><figcaption></figcaption></figure> <figure><img src="/files/82dfe3337ac82d24202a1062f4cd9f4e2d7b7c4c" alt=""><figcaption></figcaption></figure></div>

الناتج:

<figure><img src="/files/4db313402062b0c259473324bd3f86e9f40743d8" alt=""><figcaption></figcaption></figure>

#### 4. ادمج الشخصيات من صور منفصلة في الصورة الثالثة

نموذج طلب: الصبي من الصورة 1 والكلب من الصورة 2 يركبان سجادة طائرة سحرية في الصورة 3.

<div><figure><img src="/files/39f3ee92992e99e688c5412c328d2f5db892bc45" alt=""><figcaption></figcaption></figure> <figure><img src="/files/63cd7876d814b2da46218353c0e8bf446063dc63" alt=""><figcaption></figcaption></figure> <figure><img src="/files/28cf2933fea82a83681d6103db392c17346ebece" alt=""><figcaption></figcaption></figure></div>

الناتج:

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

***

إذا واجهت أي مشكلة أو كانت لديك أي أسئلة، فلا تتردد في التواصل معنا. يسعدنا مساعدتك. راسلنا على [**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/ar/irshadat/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.
