if (do_name() != 'Home') : ?>
endif ?>
Posted by impiaaa on Sep 24, 2008
I don't think there's anything wrong with your code, because from my experience, TIFF images aren't very nice with alpha channels. Try converting them to PNGs instead.
Posted by Tom De Smedt on Sep 25, 2008
include("util/comment.php"); ?>
As impiaaa suggests, use PNG images with transparency. PhotoBot doesn't handle transparent TIFF, and at the moment we are not actively developing PhotoBot. If for some reason you can only use TIFF, I'd suggest switching to the Core Image libray.
Photobox
Posted by Jeremy on Sep 22, 2008My tif files will not display the transparency data when using Photobox. I tried the same files with CoreImage and it 'respected' the transparency.
Is there something wrong with my code?