Skip to content

Draft: applets/mediacontroller: Use mipmaps in album artwork

Oliver Beard requested to merge (removed):album-art-fix into master

Without mipmap filtering, album artwork appears aliased.

I'm not convinced this is that much better - before is too aliased, and after appears blurry (particularly in the panel). Using QtQuick's Image, I can't figure out a better solution.

Before After
before1 after1
before2 after2

Merge request reports