> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/edit-image.md).

# 在 Duaer 里用 Edit Image 改图片

在 Duaer 里，Edit Image 默认 Operation 是 Border。Property Name 默认是 data，指向条目 binary 上的图片。
## 给图片加边框

1. 上游条目 binary 上要有图片，字段名例如 data。
2. 搜索 Edit Image，接到那个节点后面。
3. Operation 保持 Border。
4. Property Name 默认是 data。Border Width / Border Height 默认是 10，Border Color 默认是 #000000。
5. 点执行此步骤。输出 binary 里是加了边框的图。

其他 Operation 包括 Get Information、Multi Step、Blur、Crop、Resize、Rotate、Shear、Text、Draw、Composite、Create 等。

文件总览见 [在 Duaer 里使用文件和图片](/zh/data/binary-data.md)。
## Questions

### Duaer 的 Edit Image 能直接打开桌面上的图片路径吗？

不能。它读的是条目 binary。要从本机磁盘读入，用自托管上的 Read/Write Files from Disk。

