deckerst / aves

Aves is a gallery and metadata explorer app, built for Android with Flutter.
BSD 3-Clause "New" or "Revised" License
2.77k stars 106 forks source link

Wide gamut images support #1303

Open thequver opened 4 days ago

thequver commented 4 days ago

Is your feature request related to a problem? Please describe. It seems aves doesn't support displaying images with Display P3 color profile on my device (Android 14) and renders everything in srgb. Samsung gallery on the other hand can display all the colors correctly. You can test this by downloading this image: https://webkit.org/blog-files/color-gamut/Webkit-logo-P3.png The difference between Srgb red and Display P3 red is quite noticeable.

Describe the solution you'd like Add better color management to the app to support displaying wide gamut images