Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image contrast by redistributing pixel intensity values for improved visual quality and feature visibility.
The ImageMagick Equalize node is designed to enhance the contrast of an image by redistributing the pixel intensity values more evenly across the available range. This process can significantly improve the visual quality of images, especially those with poor contrast or uneven lighting. By equalizing the histogram of the image, this node ensures that the intensity values are spread out, making the details in the image more pronounced and visually appealing. This method is particularly useful for images that need to be prepared for further processing or analysis, as it enhances the overall visibility of features within the image.
This parameter represents the input image that you want to process. The image should be in a format that is compatible with the node, typically an image tensor or a similar data structure.
This parameter specifies the color channel that you want to equalize. The available options are undefined
, red
, gray
, cyan
, green
, magenta
, blue
, yellow
, black
, alpha
, opacity
, index
, readmask
, write_mask
, meta
, composite_channels
, all_channels
, true_alpha
, rgb
, rgb_channels
, gray_channels
, sync_channels
, and default_channels
. The default value is red
. Choosing the appropriate channel allows you to target specific parts of the image for equalization, which can be useful for color correction and enhancement.
The output parameter is the processed image with enhanced contrast. The equalized image will have a more balanced distribution of pixel intensity values, making the details more visible and the overall image more visually appealing.
channel
parameter to target specific color channels that need contrast enhancement.Image format not supported
Invalid channel selection
Image processing failed
© Copyright 2024 RunComfy. All Rights Reserved.