>>3
Does it really make sense to multiply images?
It makes sense to multiply an image by a transformation matrix (translating, rotating, scaling)
It makes sense to use multiplication for convolution effects (blurring, edge detection)
It makes sense to multiply two images' rgb values together (multiply blending in Photoshop)
ofc none of these examples are straight-up matrix multiplying two images together