Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for Show only | Search instead for Did you mean:/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/td-p/9807793 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
I'm converting my image with many layers from one color profile to another, but in order to do so properly, Photoshop flattens the layers. If I disable the option to not flatten the layers, it seems that only selected layer is converted and the overall look is bad.
Is there a way to convert image to another profile and keep layers intact?
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807794#M163874 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
You seem not to have provided the relevant information.
Which Color Spaces exactly are you talking about?
Which exact kinds of Layers are you talking about?
Please post screenshots including the pertinent Panels.
If you are talking about converting to a different Color Mode (for example RGB to CMYK) then you have to accustom yourself to the fact that certain Adjustment Layers, Blend Mode results, transparency settings, … do not produce the same resulting appearance or are even impossible in the two.
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Participant ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807795#M163875 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
My image is set to ProPhoto RGB and I want to convert it to Adobe RGB (1998) - Edit > Convert to Profile
At the bottom of the Convert to Profile dialogue, there's an option Flatten Image to Preserve Appearance, which should be selected for the best results if image has more than one layer. If the image has more layers, only selected layer seems that will be converted and not the whole image.
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Community Expert ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807796#M163876 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
If you asking how to make a composite layer while keeping the individual layers, the command is: cmd+opt+shift+E
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Participant ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807797#M163877 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
No, as I said, I just want to convert profile of the whole image/file, while keeping all layers as they are. I don’t want to flatten/merge layers as that’s destructive and I cannot edit them later.
Basically I want to keep the file as it is, but convert it to another profile so my colors better matches with my printer profile.
1 1 Upvote Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Community Expert ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807798#M163878 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
The same RGB Adjustment (a Curves Layer for examplle) can produce different resulting appearance in different Color Spaces, even when both are the same Color Mode.
So it is prudent to start with the correct Color Space right away but alternatively one can convert the Layers (or at least some Layers) to a Smart Object and convert the containing document to the other Color Space – though whether that makes sense in your workflow I can’t tell.
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Participant ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807799#M163879 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
Good idea, thanks, I'll try that and see how it does.
Community guidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
Community Expert ,/t5/photoshop-ecosystem-discussions/convert-to-profile-and-keep-layers/m-p/9807800#M163880 Mar 09, 2018 Mar 09, 2018
Copy link to clipboard
It is possible to this do manually/via an action… however it is probably best performed via a script:
* Start at the lowest/back layer then Layer > Duplicate Layer to new document
* Switch to new document, convert to profile
* Switch back to original document, select the next up/forward layer, Duplicate Layer to the new document (which retains layer name, blend mode and opacity) and offers to convert from source to destination colour space
* Repeat as required for all remaining layers, which is why a script would be better as it could just loop through all layers
As previously stated, this may not look the same as the previous file, but the layer structure and blend modes opacities etc. would be the same – for what that is worth.