# Edit Image

The Edit Image connector allows you to perform image processing and modifications within a workflow. It can be used to manipulate images received from previous connectors, such as resizing images, adding text, or applying visual effects.

This connector is useful when workflows need to process or transform image files before storing, sending, or using them in other integrations.

### Available Operations <a href="#operations" id="operations"></a>

The Edit Image connector supports the following image manipulation operations:

* **Blur:** Apply a blur effect to reduce image sharpness.
* **Add Border:** Add a border around the image.
* **Create Image:** Generate a new blank image.
* **Crop:** Trim or crop the image to a selected area.
* **Composite:** Overlay one image on top of another.
* **Draw:** Draw shapes or elements on the image.
* **Get Information:** Retrieve metadata about the image.
* **Rotate:** Rotate the image by a specified angle.
* **Resize:** Change the dimensions of the image.
* **Shear:** Shear the image along the X or Y axis.
* **Add Text:** Insert text onto the image.

### Output Options <a href="#options" id="options"></a>

The following options allow you to configure the output file generated by the connector.

* **File Name**: specify the filename of the output file.
* **Format**: specify the image format of the output file:
  * BMP
  * GIF
  * JPEG
  * PNG
  * TIFF
  * WebP


---

# 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://imbrace.gitbook.io/imbrace-documentation/workflows/edit-image.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.
