PNG24, ImageCopyMerge

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
PhpMachine
Forum Commoner
Posts: 42
Joined: Thu Apr 19, 2007 11:26 am

PNG24, ImageCopyMerge

Post by PhpMachine »

Hi

Is it somehow possible to make imagecopymerge() support PNG24?
I have an image with alpha, and it's not copied correctly.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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 »

I skipped imagecopymerge() and wrote my own function.
Thanks anyway.
Post Reply