Multiply Images
This function block allows users to perform pixel-wise multiplication of two images. This operation is particularly useful in image processing tasks where you want to apply a scaling effect based on the second input image.
📥 Inputs
Image Any
First image to be multiplied.
Image Any
Second image to be multiplied against the first image.
📤 Outputs
Image Any
The result of the pixel-wise multiplication of the two input images.
🎨 Features
Pixel-wise Operation
This block performs multiplication on a pixel level, allowing for powerful image manipulation capabilities.
Shape Validation
It ensures both input images are of the same dimensions before performing multiplication, providing an error message if they are not.
📝 Usage Instructions
Input Images: Connect two images to the input sockets. Both images must be of the same size.
Evaluate: Run the block to perform the multiplication. The output will be the resulting image obtained through pixel-wise multiplication.
📊 Evaluation
Upon execution, this function block outputs an image that represents the product of pixel values from the two input images.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated