When passing and array to imshow(..., alpha=...), the parameter was silently ignored
if the image data was an RGB or RBGA image or if :rc:`image.interpolation_stage`
resolved to "rbga".
This is now fixed, and the alpha array overwrites any previous transparency information.