Hi, i'm trying to use logo pictures with translucency or "50% transparency". But it seems that the colur info is stripped so that 50% transparent areas become 100% transparent. ImageMagick can combine pictures with translucency like this: convert -composite firstpic.png secondpic.png outputpic.png
I'm trying to study the API of transcode but i can't figure out that in where is the actual frame picture beeing kept, or where the frame picture is in the filter_logo.c, my logo.png allready is the same size than the frame so other info is not needed. The easiest way propably would be (not fast) to let the ImageMagick to combine the frame and the PNG logo by using the ImageMagick API wich is quite well documented. Do you guys have any plans to make the logo filter translucency compatible?