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
PhpMachine
Forum Commoner
Posts: 42 Joined: Thu Apr 19, 2007 11:26 am
Post
by PhpMachine » Tue May 01, 2007 1:58 pm
Hi
Is it somehow possible to make imagecopymerge() support PNG24?
I have an image with alpha, and it's not copied correctly.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue May 01, 2007 2:49 pm
I'm pretty sure onion2k has talked about the code required...
PhpMachine
Forum Commoner
Posts: 42 Joined: Thu Apr 19, 2007 11:26 am
Post
by PhpMachine » Tue May 01, 2007 3:18 pm
I skipped imagecopymerge() and wrote my own function.
Thanks anyway.