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 ?
Qt5 cannot play apng, but mng is possible. QMovie like you know it from animated gifs.
Qt5.15+ does support animated WebP images by default.
There is a QtApng repo on github. Haven't tried it, but it might help.
Qt5 cannot play apng, but mng is possible. QMovie like you know it from animated gifs.