Skip to main content
davidblatner
Community Expert
Community Expert
July 14, 2018
Answered

How to set the color profile for the New Document dialog box before pasting

  • July 14, 2018
  • 1 reply
  • 593 views

This one has been driving me crazy for a while… if I take a screen shot on my Mac using Cmd-Ctrl-Shift-4, it lets me choose a selection of the screen, and places that on the Clipboard.

Then I switch to Photoshop and press Cmd-N to open the New Document dialog box. In the Advanced section of the New Document dialog, it sets my Color Profile to "Display" -- I assume this is because the data on the clipboard is saved with that profile.

How can I get the Color Profile to default to my Working RGB (which in my case is sRGB) instead of Display, without having to change it manually every time, or follow up with Edit > Assign Profile?

I just want the New Document dialog to always open with my Working RGB instead of trying to read the profile of the clipboard data.

thanks!

This topic has been closed for replies.
Correct answer D.A.R

One solution would be to allow a script to change the profile via an action. Although this would change every new document when scripts are enabled.

Create a simple action to convert to sRGB.

Then in File > Scripts > Scripts Event Manager...

This would be fine if you were doing a bunch of the same kind of thing like collecting a series of screen shots. And also fine if you really want every new document to begin with sRGB.

Someone may offer a solution that can only convert if a screenshot is pasted.

1 reply

D.A.R
D.A.RCorrect answer
Legend
July 14, 2018

One solution would be to allow a script to change the profile via an action. Although this would change every new document when scripts are enabled.

Create a simple action to convert to sRGB.

Then in File > Scripts > Scripts Event Manager...

This would be fine if you were doing a bunch of the same kind of thing like collecting a series of screen shots. And also fine if you really want every new document to begin with sRGB.

Someone may offer a solution that can only convert if a screenshot is pasted.