> 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/alnmathj/chatgpt-images-2.0.md).

# صور ChatGPT 2.0

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

### كيفية الوصول إلى ChatGPT Images 2.0 على Morphic

1. افتح مشروعًا جديدًا أو موجودًا على Morphic
2. بدّل الوضع إلى "Image" في شريط الإدخال أسفل الصفحة

<figure><img src="/files/44df62ca84383ca3368e8c5677bcaeb78f22cbb7" alt=""><figcaption></figcaption></figure>

3. انقر على محدد النموذج واختر "GPT Image 2"

<figure><img src="/files/06bcab0c38d6d5ae2c7c645433d01031db0d7975" alt=""><figcaption></figcaption></figure>

4. اكتب طلبك واصفًا ما تريد إنشاءه
5. (اختياري) ارفع صورة مرجعية إذا كنت تريد تعديل صورة موجودة بدلًا من إنشائها من الصفر
6. انقر على 'إنشاء'

### نصائح للحصول على نتائج أفضل

| افعل                                                                                  | لا تفعل                                                         |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| ضع النص الدقيق الذي تريده بين علامتَي اقتباس، مثل "OPEN LATE" أو "Summit Roast"       | اترك النص من دون علامات اقتباس وتأمل أن يكتبه النموذج بشكل صحيح |
| أضف اتجاهًا مكانيًا لموضع النص ("متمركز في الأعلى،" "الزاوية السفلية اليسرى")         | تجاوز تعليمات الموضع وافترض أن النموذج سيخمّن                   |
| ابدأ طلبك بالنمط البصري قبل الموضوع ("صورة فوتوغرافية واقعية جدًا بعدسة 35 مم لـ...") | صف كل شيء أولًا وأضف النمط كفكرة لاحقة                          |
| اذكر إعداد إضاءة حقيقيًا ("ضوء ناعم من النافذة من اليسار،" "إضاءة فلورية طبيعية")     | قل "إضاءة جيدة" أو اتركه بالكامل                                |
| ارفع صورة مرجعية للتعديلات واصفًا ما الذي يجب تغييره وما الذي يجب أن يبقى كما هو      | حاول وصف صورة موجودة من الذاكرة بدلًا من رفعها                  |

هكذا تستخدم ChatGPT Images 2.0 على Morphic. استخدمه عندما تحتاج صورك إلى نص دقيق، أو تفاصيل واقعية، أو تعديلات على صورة موجودة من دون البدء من جديد.

***

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