So, I'm a little confused why this is happening.
I have a binary image:

Now I want to convert this binary image to RGB space, so I use the function dstackto concatenate the third axis

So far, everything is working fine, but now I have to multiply the array out_imageby 255to reflect the white color in the RGB space, and this is where the problem arises, everything turns black
But if I draw another random image, everything is fine, so what happens here, I also played with cmap, but no matter what type cmapI use, it always turns black when multiplied by255
Any ideas?