Add Images
This function block is designed to perform addition on two input images without any weighting. It effectively combines the pixel values of both images to create a new image.
📥 Inputs
Image Any
The first image to be added.
Image Any
The second image to be added.
📤 Outputs
Image Any
The resultant image obtained by adding the pixel values of both input images.
🎨 Features
Simple Addition
Combines pixel values from two images straightforwardly, allowing for quick image manipulation.
Pixel Value Clipping
Ensures that pixel values remain within the valid range of 0-255 to prevent overflow and maintain image integrity.
📝 Usage Instructions
Connect Images: Link two image sources (e.g., from
Load Image
,Show Image
, or any other image-producing node) to the two input sockets.Run the Block: After connecting the images, execute the block to see the combined result.
📊 Evaluation
Upon running, this function block will add the two input images together and produce a new image as output, effectively merging both images based on their pixel values.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated