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