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

Use the Convert component

Convert the format of an image to a different format by using the Convert component in RPA Desktop Design Studio.

Before you begin

Role required: none

About this task

You can configure the properties for the Convert component. For more information about these properties, see Properties of the Image Utilities components.

Procedure

  1. In the Toolbox pane, navigate to Utilities > Image Utilities.

  2. Drag the Convert component to the Design surface.

  3. To configure the input fields, see Configure port properties.

  4. Connect the data and control ports of the Convert component to the corresponding ports of the other components as described in the following table.

NamePurpose of connectionPort typeData Type
ImageTakes the path to the current image from a previously executed component.For example, provide a file path of the image using the ReadFromFile component from Image Utilities.Data InBitmap
Format

Takes the new image format from a previously executed component.Double click this option to select the format type from the Static Value field and select OK.

For example, select Png.

Image omitted: imageformat-options-convert-rpa.png
Image format options such as png, jpg.</p></td><td>
Data In
ImageFormat
ReturnReturns the image that is converted to the specified format.You can additionally add the Save component from Image Utilities to save the converted image to a different filepath.
Image omitted: convert-image-utlities-rpa.png
Read file path from ReadFromFile component, convert that image format using Convert component, and save it using Save component.
Data OutBitmap
  1. To test the component, under the DESIGN tab, click Run.

Parent Topic:Image Utilities