# Basic Specification

• Supported formats: jpg, jpeg, png \
• Size limit: within 3000(px) x 3000(px) \
• File size limit: within 5M

## 1. Best Optimized Method

### 1.1 Set appropriate color mode

* Set to RGB color, so you can find out whether there is a color difference problem in time;

![](/files/-MF-lOX9NN-xuig4qMvB)

* When exporting a picture file, you must check "Color Space"-"Convert to sRGB", and check whether the picture has color difference after exporting the file;

![](/files/-MF-m0E_co5DyB3U9RR5)

### 1.2 Choose an appropriate picture size

Estimate the size of the picture displayed in the scene in advance. For example, make a 2D label in a 3D scene, and hope that it will be 1/4 of the device screen width when the maximum is displayed. Then we can set the picture width to 270px (taken here) (Mainstream high-resolution equipment width 1080px).

### 1.3 Set an appropriate picture resolution

It is recommended that the picture resolution should be set to 72PPI.

![](/files/-MF-mo3oDHeIP2088JM8)

### 1.4 Select the appropriate picture format&#x20;

Determine whether the picture contains transparent parts, if there are no transparent parts, it is recommended to export to jpg or jpeg format.

### 1.5 Appropriate compressed image

It is recommended to upload to the image compression platform Tinypng for processing: <https://tinypng.com/>


---

# Agent Instructions: 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:

```
GET https://docs-en.kivicube.com/manual-old/resources-specification/picture/basic-specification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
