GNOME Bugzilla – Bug 607274
When No Color Profile is Detected, Ask Which One Should Be Assigned
Last modified: 2015-10-21 21:57:04 UTC
Right now, when no color profile is detected in a file, Gimp just assigns it whatever working profile is currently set in the preferences. This is frustrating when I have Adobe RGB set as the working RGB profile, because any image I download from the web that doesn't have a color profile ends up over-saturated since its colorspace is incorrectly assigned as Adobe RGB. A setting in the Color Management preferences along the lines of "Ask what to do when no profile is detected" or "Assume sRGB when no profile is detected" would go a long way towards fixing this problem. This is how many other applications do it, including Digikam and Photoshop.
I posted a patch to default the RGB profile when no profile is embedded to Bug 492048. This will only work if the EXIF Interoperability Index is R03 or R98.
Git master always assumes sRGB when the file specifies no color space, there is no "working space profile" any longer. The user can then assign or convert to a profile as desired.