Visit ComfyUI Online for ready-to-use ComfyUI environment
Extracts image dimensions for AI artists, aiding in resizing, cropping, and alignment within compositions.
The NegiTools_ImageProperties node is designed to extract and provide the dimensions of an image, specifically its width and height. This node is particularly useful for AI artists who need to understand the size of their images for various processing tasks. By using this node, you can easily obtain the width and height of any given image, which can be crucial for tasks such as resizing, cropping, or aligning images within a composition. The node operates by analyzing the shape of the input image and returning the relevant dimensions, making it a straightforward and essential tool for managing image properties in your workflow.
The image
parameter is the only required input for this node. It expects an image file, which the node will analyze to determine its dimensions. The image should be in a format that the node can process, typically a standard image format like JPEG or PNG. This parameter is crucial as it directly influences the output of the node, which are the width and height of the provided image. There are no specific minimum, maximum, or default values for this parameter, as it simply requires a valid image input.
The WIDTH
output parameter represents the width of the input image in pixels. This value is derived from the shape of the image and indicates how many pixels wide the image is. Understanding the width of an image is essential for tasks that involve image manipulation, such as resizing or aligning images within a larger composition.
The HEIGHT
output parameter represents the height of the input image in pixels. Similar to the width, this value is obtained from the shape of the image and indicates how many pixels tall the image is. Knowing the height of an image is important for various image processing tasks, ensuring that you can accurately manage and manipulate the image dimensions as needed.
None
object being passed to the node.© Copyright 2024 RunComfy. All Rights Reserved.