> For the complete documentation index, see [llms.txt](https://help.evoto.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoto.ai/zhhant/product-tour/tu-xiang-diao-zheng.md).

# 圖像調整

## 有編輯步驟的歷史記錄嗎？

編輯歷史記錄在螢幕左側面板。

## 如何同步效果？

* 方法1：按住Command+C/Ctrl+C複製您對單張照片的編輯效果->選擇目標照片->按住Command+V/Ctrl+V將這些效果貼上至目標照片
* 方法2：點選"同步設定"將照片效果複製並貼上至其他選定的照片。

## 如何改變照片中人物的年齡和性別？

* 點選高級標籤右側的臉型按鈕
* 選擇人物的年齡和性別
* 點選“保存”

## AI去除了一些需要保留的東西。是否能恢復部分編輯操作？例如我可以只恢復一個被去除的痣嗎？

當然可以。通過皮膚去瑕疵面板頂部的遮罩筆刷，您可以手動恢復被去除的瑕疵。

<mark style="color:red;">**注意：**</mark>筆刷只能恢復被擦除的東西，不能用來移除AI未識別的東西 （相關功能將在後期添加，敬請期待。）

## Evoto能否識別照片中每一張人臉並分別進行設定？

Evoto能識別照片中的女性、男性、兒童和老人，並分別應用效果。

通過切換女性、男性、兒童和老年的標籤並移動下方的滑塊，您可以調整添加效果的程度。

## 照片中有多張人臉，我該如何選定其中一張呢？

Evoto暫未推出臉部選擇功能。但有個小技巧，可以讓您在少於四張臉的照片中進行臉部選擇：

* 點選"性別與年齡"修改按鈕；
* 將圖片中人物改為不同的性別與年齡。例如，照片中有兩位女士 Evoto AI 將它們標記為女性。如果您想單獨編輯她們，您可以更改其中一位的標記。標記一位是女性，另一位是兒童；
* 點選“保存”；
* 切換性別與年齡標籤以調整效果。

## 我的照片預覽尺寸太小怎麼辦？

您可以通過以下步驟調整預覽尺寸：

* 在螢幕左上角點擊Evoto菜單；&#x20;
* 選擇偏好設定選項；
* 在彈窗點擊預覽標籤；&#x20;
* 修改預覽設置 點選"確定"保存更改。

## 為什麼有些滑塊無法拖動？

為了避免損壞圖片，會暫停某些滑塊的功能。


---

# 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://help.evoto.ai/zhhant/product-tour/tu-xiang-diao-zheng.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.
