Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply custom color transformations to images for precise and creative color adjustments.
The ImageMagick Color Matrix node allows you to apply a color transformation matrix to an image, enabling you to manipulate the colors in a highly customizable way. This node is particularly useful for AI artists who want to achieve specific color effects or corrections in their images. By adjusting the color matrix, you can control how each color channel (red, green, and blue) influences the final output, providing a powerful tool for creative and precise color adjustments. The main goal of this node is to offer a flexible method for color manipulation, enhancing your ability to create visually stunning and unique images.
This parameter represents the input image that you want to apply the color matrix transformation to. The image should be in a format that is compatible with the node, typically an IMAGE type. The input image serves as the base upon which the color matrix will be applied.
The matrix parameter is a string that defines the color transformation matrix. This matrix is a 3x3 array where each row corresponds to the transformation applied to the red, green, and blue channels, respectively. The default value is:
[ [1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [0.0, 0.0, 1.0], ]
This default matrix leaves the image unchanged. By modifying the values in the matrix, you can control how each color channel affects the others, allowing for complex color transformations. The matrix should be provided as a multiline string.
The output parameter is the transformed image, which is the result of applying the specified color matrix to the input image. This output image will reflect the color adjustments made according to the matrix, providing you with a new image that has the desired color effects.
© Copyright 2024 RunComfy. All Rights Reserved.