Visit ComfyUI Online for ready-to-use ComfyUI environment
Extract image dimensions (width, height in pixels) efficiently for processing and analysis.
The DF_Get_image_size node is designed to extract the dimensions of an image, providing you with the width and height in pixels. This node is particularly useful when you need to know the exact size of an image for further processing or analysis. By using this node, you can easily obtain the image dimensions without manually inspecting the image properties, streamlining your workflow and ensuring accuracy. This node leverages a specific method to retrieve the size, making it a reliable and efficient tool for your image processing tasks.
The image
parameter is the input image for which you want to determine the size. This parameter accepts an image object and is required for the node to function. The image should be in a format that the node can process, typically a tensor or similar data structure. The node will analyze this image to extract its width and height. There are no specific minimum, maximum, or default values for this parameter, as it depends on the image you provide.
The WIDTH
output parameter represents the width of the input image in pixels. This value is crucial for understanding the horizontal dimension of your image, which can be used for various purposes such as resizing, cropping, or aligning images in your projects.
The HEIGHT
output parameter represents the height of the input image in pixels. This value is essential for understanding the vertical dimension of your image, which can be used for tasks like resizing, cropping, or aligning images in your projects.
image
parameter is not provided.image
input parameter.© Copyright 2024 RunComfy. All Rights Reserved.