Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance image contrast by adjusting pixel values within specified ranges for more visually appealing images.
The ImageMagick Range Threshold node is designed to enhance the contrast of an image by adjusting the pixel values within specified ranges. This node allows you to define thresholds for black and white points, effectively mapping the pixel values to create a more visually appealing image. By setting the low and high thresholds for black and white, you can control the intensity and distribution of colors, making it a powerful tool for image enhancement and preprocessing. This method is particularly useful for preparing images for further processing or for achieving specific artistic effects.
This parameter accepts the input image that you want to process. The image should be in a compatible format that the node can handle.
This parameter sets the lower threshold for black points in the image. Pixels with values below this threshold will be mapped to black. The value ranges from 0.0 to 1024, with a default of 0.0. Adjusting this value can help in enhancing the darker regions of the image.
This parameter sets the lower threshold for white points in the image. Pixels with values below this threshold will be mapped to white. The value ranges from 0.0 to 1024, with a default of 0.0. This can be used to brighten the lighter areas of the image.
This parameter sets the upper threshold for white points in the image. Pixels with values above this threshold will be mapped to white. The value ranges from 0.0 to 1024, with a default of 0.0. Adjusting this value can help in controlling the brightest parts of the image.
This parameter sets the upper threshold for black points in the image. Pixels with values above this threshold will be mapped to black. The value ranges from 0.0 to 1024, with a default of 0.0. This can be used to darken the lighter areas of the image.
The output is the processed image with the applied range threshold adjustments. This image will have enhanced contrast based on the specified black and white thresholds, making it more visually distinct and suitable for further processing or artistic use.
low_black
and high_black
to achieve the desired contrast in darker regions of your image.low_white
and high_white
to fine-tune the brightness and highlight details in lighter areas.Invalid image format
Threshold values out of range
Image processing failed
© Copyright 2024 RunComfy. All Rights Reserved.