Skip to content

Image Dims

Purpose of the Node

The Image Dims node is used to extract and retrieve the width and height of an image from an input image object. This node is particularly useful when you need to know the dimensions of an image before proceeding with further image processing tasks.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the node.ExecutionN/A
ImageThe image object whose dimensions are to be retrieved.StructNodeImage
EndSignals the completion of the node’s execution.ExecutionN/A
widthThe width of the image.IntegerN/A
heightThe height of the image.IntegerN/A