tags:

views:

47

answers:

1

Hi All. I have been trying to load .png files with transparency channel (RGB and Alph) with no luck. It appears that openCV strips the 4th channel out of the image. Is there any method to load the image with the complete 4 channels including the alpha channel even if I had to modify the OpenCV source code and rebuild it

+1  A: 

Apparently, OpenCV still doesn't support PNGs with Alpha channel.

There are hacks to bypass this.

karlphillip