Open MacLemon opened 10 months ago
https://pub.dev/packages/flutter_avif?
Would Flutter even support using multiple image formats and sizes depending on the device?
Yes, but I don't see the use case for that.
Does that really make transfers smaller/faster since it we'd need to provide a lot more HTML via
tag instead of a single simple each.
Flutter doesn't use HTML, so there are no image tags.
Task: convert all covers to JPEG and compress as necessary
Story or task
As a user I want to have the UI load quickly.
We're displaying cover art in the UI. The quality spectrum of these cover files is quite broad.
Would it make sense to derive web-optimized images from the existing song images? Either by the
importer
or a separate process?These derived images could be super-optimized in file size by ImageOptim or other software to make them as small as possible.
Which sizes and formats would make sense?
<image>
tag instead of a single simple<img>
each.Notes