Jump to content

Using PNG-24 in PHP GD


unknown365

Recommended Posts

Hi Everyone!

I want to use PNG-24 in GD so that I would get a better image quality.

My problem is that whenever I use PNG-24, the image that i try to call using "imagecreatefrompng" becomes a different image. Also, the image that I use has a transparent background but whenever I use the PNG-24 image, the background becomes white.

 

However in using a PNG-8 image, I don't encounter these two problems.

 

Below are the images that I used

PNG-8 (the original look of the image)

png8.png

 

PNG-24

png24.png

 

As can be seen above, the PNG-24 is totally different from the PNG-8. Please help!

Link to comment
https://forums.phpfreaks.com/topic/163233-using-png-24-in-php-gd/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.