-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper color management with ICC profiles #235
Comments
pqiv uses GTK's own GdkPixbuf for rendering standard file formats, and it looks like it doesn't really support this: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/104 Do any Gnome default viewers get this right for you? If yes I could take a look at how they do this. Does disabling the gdkpixbuf backend fix this for you? |
GdkPixbuf supports ICC profiles.
A "friend of mine" explained me:
I don't know many things about all that stuff (sorry), but it feels like it is possible to render this JPG correctly in |
Don't hesitate to say if the information of the previous message was enough (or not), or if I should redirect you to actual code of a Gnome image viewer supporting ICC profiles. 🙂 |
It appears that
pqiv
is ignoring color profiles (ICC).For example this comparison:
Left is the PNG version, and right is a JPG with XYB ICC.
The right part of the screenshot should be identical to the left if there was a proper color management.
Here is the XYB JPG:
Note that
mpv
does output the correct colors because it fetches the ICC profile (and MPV uses FFmpeg aspqiv
does).Browsers also support ICC profiles.
I really hope this will be implemented in
pqiv
.Thank you very much for this minimalist and keyboard-oriented image viewer, I love it :)
The text was updated successfully, but these errors were encountered: