Thursday 25 March 2010 11:55:31 am
I have two transparent PNGs and I want to merge them into one transparent PNG using the image() operator. But it doesn't work, the resulting image looses transparency and is converted to black and white. This is the code I use:
{image(
imagefile( 'design/dev/images/image1.png'),
array(
imagefile( 'design/dev/images/image2.png' ) ,
hash(
halign, left,
valign, top
)
)
)} Am I doing something wrong, or the problem is in eZ? This could be related to this forum post: http://share.ez.no/forums/developer/png-image-resize-loose-transparency and this issue: http://issues.ez.no/IssueView.php?Id=15640 Can someone confirm this is a bug in eZ? P.S. I'm using eZ 4.1.4
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|