Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply ordered dithering effect to images for color depth simulation with reduced color palette, offering artistic control.
The ImageMagick Ordered Dither node is designed to apply an ordered dithering effect to an image, which is a technique used to simulate the appearance of color depth in images with a limited color palette. This method works by arranging pixels in a specific pattern to create the illusion of intermediate colors and shades. The primary benefit of using ordered dithering is that it can produce visually appealing results with a reduced number of colors, making it ideal for applications such as image compression, printing, and digital art. By carefully selecting a threshold map and channel, you can control the dithering process to achieve the desired artistic effect.
This parameter represents the input image that you want to apply the ordered dithering effect to. The image should be in a compatible format that the node can process.
This parameter specifies the threshold map to be used for the dithering process. The threshold map determines the pattern and distribution of the dithering effect. It is a string value, and the default is threshold
. The threshold map can significantly impact the final appearance of the dithered image.
This parameter defines the color channel to which the dithering effect will be applied. 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 different channels can produce varying visual effects, allowing for creative control over the dithering process.
The output parameter is the processed image with the ordered dithering effect applied. This image will have the dithering pattern based on the specified threshold map and channel, resulting in a visually distinct appearance compared to the original image.
gray
channel can create a monochromatic dithered image.Invalid threshold map specified
Unsupported image format
Channel not recognized
© Copyright 2024 RunComfy. All Rights Reserved.