views:

520

answers:

2

Is there an animation format supported in QT (using v4.4) that will support a full alpha channel? GIF only has one-bit transparency, and I don't think QT supports APNG. Update: MNG seems to be supported, but that's even less popular than APNG! Maybe SVG is my best bet.

A: 

Without knowing much of Qt, I will mention MNG and SVG, perhaps.

PhiLho
+3  A: 

Qt supports SVG 1.2 Tiny as well as GIF and MNG. On a side-note, an animation API is being worked on which might be interesting for you;

http://labs.trolltech.com/blogs/2008/11/05/qt-animation-framework/ and http://labs.trolltech.com/page/Projects/Graphics/Kinetic

Henrik Hartz