transparency images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
psychotomus
Forum Contributor
Posts: 487
Joined: Fri Jul 11, 2003 1:59 am

transparency images

Post by psychotomus »

Is there a way to set a transparent color for an image.

I want to place an image on top another image. The image I want to place on top the other image has the color white which is used for transparency which shouldn't be shown when placed on the other image. How can this be done?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

can be easily found in the manual.

http://de2.php.net/image
imagecolortransparent -- Define a color as transparent
Post Reply