I am making a javascript game (for IE 10) that has a collection system. I want colide objects only when 2 visible parts are colide, I want to ignore the transparent parts of the images.
Is there a way to find out if the position from <img> is transparent or not?
source share