[Feature] use avif for thumbnails #5117
Replies: 2 comments 1 reply
-
Mobile would need support to decode the avif images. Flutter doesn't support avif natively yet, but there is a plugin available for it: https://github.com/yekeskin/flutter_avif Supporting avif would also help with ultra HDR: #7262 (comment). And it would be interesting to see if it fixes this issue as well: #10531 Only 8% of devices currently have avif hardware decoding support. But even without hardware support, using avif may save battery life by allowing mobile radios to power down sooner even when accounting for increased CPU costs for decoding. However, jpeg may be rendered faster as it can be decoded in a streaming fashion. |
Beta Was this translation helpful? Give feedback.
-
Maybe support more grain in the settings, for preview or thumb support for avif in static images solve the problem with lack in support for animated images. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
avif could avoid jpeg artifacts and better performance with low level quality
high resolution may improve the visibility of screenshot
Platform
Beta Was this translation helpful? Give feedback.
All reactions