Skip to main content

Edit Image

The Edit Image node allows you to manipulate and edit images.

!!! note "Dependencies" 1. If you aren't running Robbot Automation on Docker, you need to install GraphicsMagick.
2. You need to use a node such as the [Read Binary File](/integrations/builtin/core-nodes/Robbot Automation-nodes-base.readbinaryfile/) node or the [HTTP Request](/integrations/builtin/core-nodes/Robbot Automation-nodes-base.httprequest/) node to pass the image file as a data property to the Edit Image node.

Operations

  • Add a blur to the image to reduce sharpness
  • Add a border to the image
  • Create a new image
  • Crop the image
  • Composite an image on top of another image
  • Draw on an image
  • Get information about the image
  • Rotate the image
  • Change the size of the image
  • Shear image along the X or Y axis
  • Add text to the image

Options

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