I'm having a hard time with PIL library as what I see on my screen using plt.imshow(my_img_as_array) is always different from Image.fromarray(my_img_from_array).
More importantly, I'm plotting my image using plt.imshow and it gives me the following:
However, when I plot it using Image.fromarray it get this
Could anyone help me understand what is going on? Does it have anything to do with transparency?