Skip to main content
Participant
November 14, 2006
Question

Default sRGB color profile

  • November 14, 2006
  • 4 replies
  • 809 views
It appears that when 'Don't Color Manage This Document' is selected from the 'Assign Profile' dialog that the profile defaults to 'sRGB IEC61966-2.1'. Correct? Is this the profile that is in 'Program Files\Common Files\Adobe\Color\Profiles\Recommended\sRGB Color Space Profile.icm' ?
This topic has been closed for replies.

4 replies

Participant
January 2, 2007
> The document has no color profile, but photoshop has to use SOMETHING to display your
>documents -- and it defaults to using the default RGB profile from color settings.

Which is exactly the probelm I ran into. For unmanaged images the filterRecord->iCCprofileData field is NULL and I currently just fall back to the srgb profile. Is there a way for a plugin to determine what the default RGB profile PS is using?
Participating Frequently
November 26, 2006
Just want to add this, because there is a lot of misunderstanding about this:

The working space profile is not directly used for onscreen display.
Working space is the colorspace where image processing calculations are done.
When the image is displayed, then it is converted from working space profile into the monitor's profile which is taken from window's colormanagement preferences. Then it is copied to the display buffer and is displayed.

So photoshop needs to have some (eventually default) profile to convert into monitor colorspace for display.
Chris Cox
Legend
November 26, 2006
The document has no color profile, but photoshop has to use SOMETHING to display your documents -- and it defaults to using the default RGB profile from color settings.
Participating Frequently
November 25, 2006
No. Not exactly.

If the image has a colorspace then it is ignored.
The (default) workingspace that is selected from the Color Settings dialog is used.