Open image with a Display P3 embedded color profile
Look at the top. It should be missing the "/Display P3" part
#############
Explanation
For some time I was wondering why ImageGlass was slightly saturating sRGB images on my sRGB monitor, because those images would show in ImageGlass:
Later I saw an image that actually has an embedded sRGB profile and it displayed in ImageGlass:
That's when I decided to see the correct embedded color profile of that first image by importing it on Photoshop and I saw:
The image isn't actually sRGB, it's Display P3. ImageGlass is displaying the wrong embedded color profile for Display P3 images. So that explains my confusion.
Expected behavior
ImageGlass should say "sRGB/Display P3" like it does for every other color profile, or images without color profile embedded:
#############
Additional context
Color management works perfectly as intended. It just displays the wrong embedded color profile at the top for Display P3 images
@AmeJunn Could you attach a sample image?
The color profile value info provided by Magick.NET library, I will need to check it before forwarding the issue to them
System information
#############
To Reproduce
Steps to reproduce the behavior:
#############
Explanation
For some time I was wondering why ImageGlass was slightly saturating sRGB images on my sRGB monitor, because those images would show in ImageGlass:
Later I saw an image that actually has an embedded sRGB profile and it displayed in ImageGlass:
That's when I decided to see the correct embedded color profile of that first image by importing it on Photoshop and I saw: The image isn't actually sRGB, it's Display P3. ImageGlass is displaying the wrong embedded color profile for Display P3 images. So that explains my confusion.
Expected behavior
ImageGlass should say "sRGB/Display P3" like it does for every other color profile, or images without color profile embedded:
#############
Additional context
Color management works perfectly as intended. It just displays the wrong embedded color profile at the top for Display P3 images
Thanks