Visit ComfyUI Online for ready-to-use ComfyUI environment
Resize images with specified dimensions using sampling method for quick, quality adjustments.
The ImageMagick Sample node is designed to resize an image to a specified width and height using a sampling method. This node is particularly useful when you need to quickly adjust the dimensions of an image while maintaining its visual quality. The sampling process involves selecting pixels from the original image and mapping them to the new size, which can be beneficial for tasks that require a fast and efficient resizing method. This node is ideal for AI artists who need to prepare images for various applications, ensuring that the resized images retain their essential features and clarity.
This parameter represents the input image that you want to resize. It is required and should be provided in an appropriate image format.
This parameter specifies the desired width of the output image. It is an integer value with a default of 512, a minimum of 1, and a maximum of 1024. Adjusting this value will change the width of the resized image.
This parameter specifies the desired height of the output image. It is an integer value with a default of 512, a minimum of 1, and a maximum of 1024. Adjusting this value will change the height of the resized image.
The output parameter is the resized image. This image will have the dimensions specified by the width and height input parameters. The resized image retains the visual quality of the original image while fitting the new dimensions.
Invalid image format
Width or height out of range
Image processing failed
© Copyright 2024 RunComfy. All Rights Reserved.