>>1649
>sxiv
Intarasting, I have sxiv, and it definitely doesn't play apngs (or animated webp or gif for that matter).
>imagemagick
Yes, but jschan uses graphicsmagick, which is a fork of some ancient version of imagemagick, and it doesn't seem to support apng. (And even imagemagick needs the user to explicitly specify the filename as apng:filename which kinda defeats the purpose)
>ffmpeg
From a quick look it looks like they don't use libpng but built their own png encoder which sucks. There's a -compression_level flag, but setting it to 9 (the supposed maximum) just makes encoding way slower with minimal filesize changes. apngopt with -z0 (to use zlib, not the slow 7z) seems like the best compromise, but even that's hovering on the being too slow for thumbnail generation.