# 图片规范

## 规范

* 支持的格式：jpg、jpeg、png、webp、bmp、tif、tiff、heic、hdr、psd
* 尺寸限制：4096(px) x 4096(px) 以内
* 文件大小限制：基础版/个人版（5M以内）、高级版（10M以内）、企业版（10M以内）

## 最佳优化方式

### 设置适宜的颜色模式

* 设置为 RGB 颜色，以便及时发现是否存在色差问题。

<div align="left"><figure><img src="/files/ToPFRAnonlttzYEbFMIL" alt=""><figcaption></figcaption></figure></div>

* 导出图片文件时一定要勾选 “色彩空间” → “转换为 sRGB”，导出后检查图片是否存在色差。

<div align="left"><figure><img src="/files/89jpGdvPK07aVu2g3JfL" alt=""><figcaption></figcaption></figure></div>

### 选择适宜的图片尺寸

提前预估图片在场景中的展示大小。例如：若在 3D 场景中制作一个 2D 标签，期望其最大显示宽度为设备屏幕宽度的 1/4，则可将该图片宽度设置为 270px（此处基于主流高分辨率设备宽 1080px 估算）。

### 设置适宜的图片分辨率

建议图片分辨率设置为 72 PPI。

<div align="left"><figure><img src="/files/zYGjWhGSx0YBDOMDeVcg" alt=""><figcaption></figcaption></figure></div>

### 选取适宜的图片格式

* 如果图片包含透明部分，选择支持透明的格式（如 PNG、WEBP 等）。
* 如果不含透明部分，建议导出为 JPG 或 JPEG 格式以获得更小的文件体积。

### 适宜的压缩图像

建议将图片上传到图像压缩平台 Tinypng 进行压缩处理：[点击此处立即使用](https://tinypng.com/)

{% hint style="success" %}
压缩后请再次核验颜色与清晰度，确保压缩不会影响主要视觉信息。
{% endhint %}


---

# 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/ar-asset-creation-guide/picture-spec-1.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.
