03-17-2023, 12:44 PM
There is a problem with PNG transparency, obviously some programs consider that the alpha channel is linear, and other consider it is subject to gamma correction. Even Gimp isn't 100% in agreement with itself. So it could be the case of your half-transparency that becomes a quarter transparent or three quarters transparent in other apps.
Put your file name in this HTML, save to .HTML file and load it in your browser(s):
Does the red shows though to some extent?
Put your file name in this HTML, save to .HTML file and load it in your browser(s):
Code:
<body style="background-color:#FF0000;">
<img src=YourFile.png>
</body>
Does the red shows though to some extent?