QT5 support animated png (apng)

3k Views Asked by At

I'm curious if QT5 supports animated PNG (APNG)? If Yes, how will work with it? I know it support animated gif and I have to use QMovie to display animated gif, is that the same for apng ?

3

There are 3 best solutions below

1
On BEST ANSWER

Qt5 cannot play apng, but mng is possible. QMovie like you know it from animated gifs.

0
On

Qt5.15+ does support animated WebP images by default.

0
On

There is a QtApng repo on github. Haven't tried it, but it might help.