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!
Hi, I have my background image "day.jpg" that I want to put "watermark1.png" onto. The png is 24-bit color and is the same dimension size as the JPG but has transparency in some parts.
The problem I am having is the overlay PNG image looks blury, and the background looks slightly lower in quality. Anyone know how to fix this?
I'd presumed above version 2 as he uses 24 bit (truecolour) PNG images and the support for PNG-24 / 32 was fixed in 2.0.0
Then version 2.0.9 fixes the glitch of copying a transparent palette based image onto a truecolour image.
You may also note that PHP4.3.2 (which runs 2.0.12 afaik) has a glitch in the imagecopymerge call wherein the last parameter became set at 100 - fixed in 2.0.15 / 4.3.3rc3 though.