Skip to content

Image Helper

Reference


Helper component which contains various actions for image manipulation.

Categories: [helpers]

Version: 1


Actions

Image to Base64

Converts image to Base64 string.

Properties

NameTypeControl TypeDescription
ImageFILE_ENTRYFILE_ENTRY

Output

Type: STRING

Resize Image

Resizes an image to the specified width and height.

Properties

NameTypeControl TypeDescription
ImageFILE_ENTRYFILE_ENTRY
WidthINTEGERINTEGERWidth in pixels
HeightINTEGERINTEGERHeight in pixels
Result File NameSTRINGTEXTSpecifies the output file name for the result image.

Output

Type: FILE_ENTRY

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Rotate Image

Rotates an image by a specified degree.

Properties

NameTypeControl TypeDescription
ImageFILE_ENTRYFILE_ENTRY
DegreeINTEGERSELECTSpecifies the degree of clockwise rotation applied to the image.
Result File NameSTRINGTEXTSpecifies the output file name for the result image.

Output

Type: FILE_ENTRY

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Crop Image

Crops an image to the specified dimensions.

Properties

NameTypeControl TypeDescription
ImageFILE_ENTRYFILE_ENTRY
X CoordinateINTEGERINTEGERThe horizontal starting point of the crop area
Y CoordinateINTEGERINTEGERThe vertical starting point of the crop area
WidthINTEGERINTEGERWidth of the crop area
HeightINTEGERINTEGERHeight of the crop area
Result File NameSTRINGTEXTSpecifies the output file name for the result image.

Output

Type: FILE_ENTRY

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT