Visit ComfyUI Online for ready-to-use ComfyUI environment
Resize images with precision and efficiency using ImageMagick Scale node.
The ImageMagick Scale node is designed to resize an image to specified dimensions using the powerful ImageMagick library. This node allows you to scale an image to a precise number of columns and rows, ensuring that the image maintains its quality and integrity during the resizing process. The primary benefit of using this node is its ability to handle image scaling with high efficiency and accuracy, making it an essential tool for AI artists who need to adjust image sizes for various applications. Whether you are preparing images for further processing, optimizing them for display, or simply adjusting their dimensions, the ImageMagick Scale node provides a reliable and straightforward solution.
This parameter represents the input image that you want to scale. It accepts an image in the format supported by the node and is the primary input for the scaling operation.
This parameter specifies the desired width of the output image in pixels. The default value is 512, with a minimum value of 1 and a maximum value of 1024. Adjusting this parameter will change the width of the image while maintaining the aspect ratio if the rows parameter is also set.
This parameter specifies the desired height of the output image in pixels. The default value is 512, with a minimum value of 1 and a maximum value of 1024. Adjusting this parameter will change the height of the image while maintaining the aspect ratio if the columns parameter is also set.
The output parameter is the scaled image. This image will have the dimensions specified by the columns and rows input parameters. The output image maintains the quality and integrity of the original image while being resized to the new dimensions.
© Copyright 2024 RunComfy. All Rights Reserved.