Get Dimension
This function block retrieves the dimensions of an input image and outputs them as a list. It's particularly useful for analyzing image properties within a workflow.
π₯ Inputs
Image Any
An image whose dimensions you wish to obtain.
π€ Outputs
Dimensions
This output provides the height, width, and color channels of the input image as numerical values in a list.
π¨ Features
Dimension Retrieval
Allows users to quickly access the dimensions of any input image, facilitating further processing based on image size.
π Usage Instructions
Input Image: Connect the image block (or any block producing an image) to the
Image Any
input.Evaluate: Trigger the block to evaluate and retrieve the dimensions.
Access Dimensions: The output will provide a list of dimension values, which typically include the height, width, and number of color channels.
π Evaluation
When the block executes, it returns the height and width of the input image, enabling users to make informed decisions based on the image properties.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated