Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Image Utilities

The Image utility components in the RPA Desktop Design Studio perform various useful operations on images. For example, adjust brightness or contrast or resize images.

  • Use the AdjustBrightness component
    Adjust the brightness of an image as part of an automation Workflow by using the AdjustBrightness component in RPA Desktop Design Studio.
  • Use the AdjustContrast component
    Adjust the contrast of an image as part of an automation Workflow by using the AdjustContrast component in RPA Desktop Design Studio.
  • Use the Convert component
    Convert the format of an image to a different format by using the Convert component in RPA Desktop Design Studio.
  • Use the DrawBorder component
    Create a border around an image as part of an automation Workflow by using the DrawBorder component in RPA Desktop Design Studio.
  • Use the DrawRectangle component
    Draw a rectangle on an image and specify its dimensions as part of an automation Workflow by using the DrawRectangle component in RPA Desktop Design Studio.
  • Use the DrawString component
    Draw a string on an image at a specific location and set the string's color, font style, and size as part of an automation Workflow by using the DrawString component in RPA Desktop Design Studio.
  • Use the GetPart component
    Crop and retrieve part of an image as part of an automation Workflow by using the GetPart component in RPA Desktop Design Studio.
  • Use the Grayscale component
    Convert a color image to grayscale as part of an automation Workflow by using the Grayscale component in RPA Desktop Design Studio.
  • Use the ImageToString component
    Extract text from an image and return the text as output by using the ImageToString component in RPA Desktop Design Studio.
  • Use the Invert component
    Invert the colors of an image as part of an automation Workflow by using the Invert component in RPA Desktop Design Studio. The component takes the original colors of the image you input and applies the exact opposite of the colors.
  • Use the Median component
    Apply the median filter to an image as part of an automation Workflow by using the Median component in RPA Desktop Design Studio.
  • Use the ReadFromFile component
    Read an image file from its path and name and return the image as an output by using the ReadFromFile component in RPA Desktop Design Studio.
  • Use the Resize component
    Resize an image by specifying the dimensions as part of an automation Workflow by using the Resize component in RPA Desktop Design Studio.
  • Use the Save component
    Save an image to a specific location as part of an automation Workflow by using the Save component in RPA Desktop Design Studio.
  • Use the ScaleImage component
    Scale the size or dimensions of an image as part of an automation Workflow by using the ScaleImage component in RPA Desktop Design Studio.
  • Use the Sharpen component
    Sharpen an image to enhance its appearance as part of an automation Workflow by using the Sharpen component in RPA Desktop Design Studio.
  • Use the StringToImage component
    Create an image from an input string as part of an automation Workflow by using the StringToImage component in RPA Desktop Design Studio.
  • Use the Threshold component
    Apply the threshold filter to an image as part of an automation Workflow by using the Threshold component in RPA Desktop Design Studio.
  • Use the Trim component
    Remove the transparent pixels from the borders of an image as part of an automation Workflow by using the Trim component in RPA Desktop Design Studio.
  • Properties of the Image Utilities components
    Learn about the properties of the Image Utilities components in RPA Desktop Design Studio.

Parent Topic:Utilities