View Single Post
05-09-23, 09:54 PM   #13
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
It's been decades since I've worked with PHP, but one thing I'd check is if the relevant image pointers have transparency enabled.

For example, if you load the image in using GD, you need to run imagealphablending() to enable blending and imagesavealpha() to enable outputting the alpha channel using something like imagepng().
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 05-09-23 at 11:55 PM.
  Reply With Quote