I'm trying to display an image that already has a transparent background into a window. Currently I'm using OpenCV cv2.imshow
which doesn't show the alpha channel and that results in the pixels being black. Are there any other library or different kinds of approach that shows an image with a transparent background in a window with the background desktop screen showing?
Original Image:
Current result:
Desired result: