Skip to content

Get Dimensions Activity

The Get Dimensions activity retrieves the width and height of a specified image file. This enables users to programmatically obtain image dimensions for further processing or validation within an automation workflow.

Field Description Requirement
Image file name The full path and name of the image file. Required
Return width The variable name to which the retrieved image width will be assigned. Required
Return height The variable name to which the retrieved image height will be assigned. Required

Action Types & Examples

Get Width

  • Format: Digit
  • Example Result: 1920

Get Height

  • Format: Digit
  • Example Result: 1080

Implementation Examples

Field Setup - Image file name: C:Robustarobusta.png

Execution Parameters - Return width: widthValue - Return height: heightValue

Technical Notes