Visit ComfyUI Online for ready-to-use ComfyUI environment
Insert specified pixels to expand image dimensions, ideal for borders, padding, and content insertion with high-quality transformations.
The ImageMagick Splice node is a powerful tool designed to modify images by inserting a specified area of pixels at a given position, effectively expanding the image dimensions. This node is particularly useful for tasks that require adding space within an image, such as creating borders, adding padding, or inserting new content. By leveraging the capabilities of ImageMagick, the Splice node ensures high-quality transformations while maintaining the integrity of the original image. This node is essential for AI artists looking to manipulate image dimensions seamlessly and efficiently.
This parameter represents the input image that you want to modify. It accepts an image in the format supported by the node and serves as the base for the splicing operation.
This parameter specifies the width of the area to be inserted into the image. The width can range from a minimum of 1 to a maximum of 1024 pixels, with a default value of 512 pixels. Adjusting this value will change the horizontal size of the spliced area.
This parameter defines the height of the area to be inserted into the image. The height can range from a minimum of 1 to a maximum of 1024 pixels, with a default value of 512 pixels. Modifying this value will alter the vertical size of the spliced area.
This parameter sets the x-coordinate (horizontal position) where the spliced area will be inserted. The x-coordinate can range from 0 to 1024 pixels, with a default value of 0 pixels. Changing this value will move the spliced area horizontally within the image.
This parameter determines the y-coordinate (vertical position) where the spliced area will be inserted. The y-coordinate can range from 0 to 1024 pixels, with a default value of 0 pixels. Adjusting this value will move the spliced area vertically within the image.
The output parameter is the modified image with the specified area spliced into it. This image reflects the changes made based on the input parameters, showing the expanded dimensions and the inserted area.
x
and y
parameters to 0 and adjust the width
and height
to the desired border size.x
and y
values to insert new content at various locations within the image, allowing for creative compositions.© Copyright 2024 RunComfy. All Rights Reserved.