jpegview
jpegview copied to clipboard
Color Management: the rendering result doesn't consist with Photoshop
I just open a icc embedded jpg picture(generated by Photoshop, exported with that option), but the rendering result is not consistent with that in Photoshop.
I have already set UseEmbeddedColorProfiles=true
but it seems not working. I didn't find difference between turning on or off it.
So I wonder if this feature is working as expected? Or JPEGView just render, ignoring the monitor's icm profile? Or There are some inappropriate settings of my system?
There's a screenshot showing PS, old Windows Photo Viewer and JPEGView for comparison. You may notice the blue color is different.
AMD Ryzen 5800H with Vega8 Graphic. Driver version 22.20. In driver: Custom Color
setting=off.
My monitor have a red-shifted primary blue, about 460nm instead of sRGB standard 450nm, so it's necessary to calibrate, and sure, it has been carlibrated using DisplayCAL+i1 Display Pro
by icm profiles in windows.
UseEmbeddedColorProfiles=true
will apply any color information embedded in the file (such as an ICC_PROFILE
tag) to convert the pixels to sRGB values.
If UseEmbeddedColorProfiles=false
, JPEGView will assume the pixels are already sRGB and display them as is.
It doesn't take your monitor's profile into account.