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 answers

1
Greenflow On BEST ANSWER

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

0
david On

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

0
Macke On

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