ZenphotoCMS Forum
PNG 24 Watermark - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: PNG 24 Watermark (/thread-8553.html)



PNG 24 Watermark - shaythai - 2011-04-27

I am trying to use a png 24 watermark with transparency but when I do the images do not load. Is there some specific format I need to use for the png?




PNG 24 Watermark - acrylian - 2011-04-27

png24 is the format to use and there are no variants. You should look at your server's error log if there is anything noted.




PNG 24 Watermark - shaythai - 2011-04-27

I've saved my file as a PNG-24 and it still doesn't work if I have transparency on. If I turn transparency off it works just fine.




PNG 24 Watermark - acrylian - 2011-04-27

Then probably your server's graphics libary (we support GD or Imagick - see requirements) is not configured correctly or an too old version. You will then have to contact your host.




PNG 24 Watermark - shaythai - 2011-04-27

When I rerun setup.php I get this "Graphics support: PHP GD library bundled (2.0.34 compatible)" is that an old or incompatible version?




PNG 24 Watermark - acrylian - 2011-04-27

GD 2.x should actually be fine. But it may not be setup right or supporting transparent png24 at all. Best chance is to contact your host. He is the only one that can help then anyway.




PNG 24 Watermark - shaythai - 2011-04-27

Is there something specific I should ask my host to do. I am not familiar with PHP module settings.




PNG 24 Watermark - acrylian - 2011-04-28

Ask if their GD libary has Png24 support for example. Zenphoto tries to add (or merge if you will ) the png24 image on the actual image. That is apparently failing.