Visit ComfyUI Online for ready-to-use ComfyUI environment
Efficiently resize images with quality preservation using ImageMagick capabilities in ComfyUI Node.
The ImageMagick Resize node is a powerful tool designed to adjust the dimensions of an image while maintaining its quality. This node leverages the capabilities of ImageMagick, a robust image manipulation library, to resize images to specified widths and heights. It offers a variety of filtering options to control the quality and characteristics of the resized image, making it suitable for a wide range of applications, from simple scaling to more complex image processing tasks. By using this node, you can ensure that your images are resized efficiently and effectively, preserving important details and minimizing artifacts.
This parameter accepts the image that you want to resize. The input should be in a format recognized by the node, typically an image object.
This parameter specifies the desired width of the output image. It accepts integer values ranging from 1 to 1024, with a default value of 512. Adjusting this parameter will change the width of the image while maintaining the aspect ratio if the height is also specified.
This parameter specifies the desired height of the output image. It accepts integer values ranging from 1 to 1024, with a default value of 512. Adjusting this parameter will change the height of the image while maintaining the aspect ratio if the width is also specified.
This parameter determines the resampling filter to be used during the resizing process. It offers a variety of options, including undefined
, point
, box
, triangle
, hermite
, hanning
, hamming
, blackman
, gaussian
, quadratic
, cubic
, catrom
, mitchell
, jinc
, sinc
, sincfast
, kaiser
, welsh
, parzen
, bohman
, bartlett
, lagrange
, lanczos
, lanczossharp
, lanczos2
, lanczos2sharp
, robidoux
, robidouxsharp
, cosine
, spline
, and sentinel
. The default value is point
. Each filter has its own characteristics and can affect the sharpness and smoothness of the resized image.
This parameter controls the blur factor applied during the resizing process. It accepts floating-point values ranging from 0.0 to 1024, with a default value of 1 and a step of 0.01. Adjusting this parameter can help reduce artifacts and improve the visual quality of the resized image.
The output of this node is the resized image. The image will have the dimensions specified by the width and height parameters, and the quality will be influenced by the chosen filter and blur settings. This output can be used in subsequent nodes for further processing or final output.
Invalid image format
Width or height out of range
Unsupported filter type
Blur value out of range
© Copyright 2024 RunComfy. All Rights Reserved.