Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply polynomial transformation to adjust image pixel intensity for controlled visual enhancement using ImageMagick capabilities.
The ImageMagick Polynomial node is designed to apply a polynomial transformation to an image, which can be used to adjust the intensity of the image's pixels based on a polynomial function. This transformation is particularly useful for enhancing or modifying the visual characteristics of an image in a controlled manner. By specifying the coefficients of the polynomial, you can achieve various effects such as contrast adjustment, brightness modification, and more. This node leverages the powerful capabilities of ImageMagick to perform these transformations efficiently, making it a valuable tool for AI artists looking to fine-tune their images.
This parameter represents the input image that you want to apply the polynomial transformation to. The image should be in a format that is compatible with the node, typically an IMAGE type.
This parameter specifies the coefficients of the polynomial function to be applied to the image. It is a string of comma-separated values representing the coefficients. The default value is "0.5, 1.0", which corresponds to a simple linear transformation. You can adjust these values to achieve different effects. The parameter does not support multiline input.
The output of this node is the transformed image, which has been processed according to the specified polynomial function. The resulting image will reflect the adjustments made based on the polynomial coefficients provided in the input parameters.
arguments
parameter are not in the correct format.© Copyright 2024 RunComfy. All Rights Reserved.