1

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 ?

xchg.ca
  • 1,154
  • 2
  • 15
  • 28

3 Answers3

3

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

Greenflow
  • 3,935
  • 2
  • 17
  • 28
0

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

Macke
  • 24,812
  • 7
  • 82
  • 118
0

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

david
  • 1,311
  • 12
  • 32