I need to display user-uploaded logos on a background-image. The background of the logo's should be transparent.
The problem is that most users have no knowledge of how to make their images transparent, let alone how to use alpha-transparency, so most logos that are uploaded have a white background.
In Photoshop, displaying these logos on a background works perfectly when you choose 'Darker Color' as the blending mode for the layer.
I'm trying to achieve the same in PHP, so I can make this work without Photoshop.
Any ideas ?