> For the complete documentation index, see [llms.txt](https://doc.duaer.com/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/build/edit-image.md).

# Edit images with Edit Image in Duaer

In Duaer, Edit Image defaults to Operation Border. Property Name defaults to data and points at the image on the item’s binary field.
## Add a border

1. Start from an item that already has an image on a binary field, for example data.
2. Search for Edit Image and connect it after that node.
3. Leave Operation on Border.
4. Property Name defaults to data. Border Width and Border Height default to 10. Border Color defaults to #000000.
5. Select Execute step. The bordered image is on the output binary field.

Other operations include Get Information, Multi Step, Blur, Crop, Resize, Rotate, Shear, Text, Draw, Composite, and Create.

Refer to [Work with files and images in Duaer](/data/binary-data.md).
## Questions

### Can Edit Image in Duaer open a path on my Desktop?

No. It reads binary on the item. To load from the host disk, use Read/Write Files from Disk on self-hosted Duaer.

