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

# دمج الصور

<figure><img src="/files/870131281b7ff01fba590d6989f7b7eef47e7845" alt=""><figcaption></figcaption></figure>

ابدأ بتحميل أو إنشاء الشخصيات والخلفيات والعناصر التي تريد دمجها في مشهد موحّد. يمكنك إنشاء طبقات من الصور الموجودة باستخدام ميزة Morphic في [ميزات التقسيم](/docs/ar/alasasyat/layers.md).

<figure><img src="/files/2424ed3a44d074d8876cd0ff2840aa5e72fe51e1" alt=""><figcaption></figcaption></figure>

رتّب الشخصيات أو العناصر أو الأدوات التي تريد تضمينها في الإطار النهائي على شكل طبقات.

<figure><img src="/files/6c23b4e11f1ca4fe67395eaf65a49ed7485ecaf0" alt=""><figcaption></figcaption></figure>

أدخل العناصر في الإطار النهائي.

<figure><img src="/files/6a5e0a936aa94386c1909e972aa63bb1197d41d0" alt=""><figcaption></figcaption></figure>

حدّد الإطار النهائي وأدخل نصًا إرشاديًا يوجّه Morphic إلى الأسلوب الذي ينبغي أن يميل إليه المشهد.

{% hint style="info" %}
جرّب: *«ادمج الأسلوب الفني للفتاة مع الأسلوب الفني للخلفية.»*

إذا لم تكن متأكدًا من العنصر الذي ينبغي أن يقود، فما عليك سوى إدخال نص: *«ادمج الأساليب الفنية لتتطابق.»*
{% endhint %}

<figure><img src="/files/58c5e6d9d0d4973a519f39b6cf5d93665fc70d68" alt=""><figcaption></figcaption></figure>

اضغط على إنشاء، وسيقوم Morphic بدمج أساليب الصور أو الشخصيات أو العناصر المحددة وفقًا لنصك الإرشادي.

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

{% hint style="danger" %}
**تجنّب**

قد يؤدي دمج الأساليب المختلفة جدًا بشكل كبير (مثل الأنمي مع الواقعية الفوتوغرافية) إلى نتائج غير متسقة أو غير متوقعة.
{% endhint %}

{% hint style="success" %}
**أفضل استخدام عندما:**

* تكون الخلفية والشخصية لديك بأساليب مختلفة.
* تريد إطارًا متماسكًا دون إعادة رسم العناصر يدويًا.
* تقوم بالتجربة مع وسائط مختلطة أو صور بأسلوب الكولاج.
  {% endhint %}

***

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