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)

PNG-24

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