Copy link to clipboard
Copied
Hello people,
I need some help. It would be great if someone can solve my query.
I want to create multiple layers from multiple selections. Is there any smart way of doing it?
Please see the attached image to demonstrate my question in a simple way.
L1 TO L8 = INDIVIDUAL LAYERS
Thank you in advance,
CMD/CTRL J to convert the multiple selections to a single layer with transparency, then run this script:
https://photoshopscripts.wordpress.com/2012/12/09/split-to-layers/
Copy link to clipboard
Copied
Change selection(s) to paths, then make a loop over them to do separate layers from.
Copy link to clipboard
Copied
Thank you so much.
I did convert the selections in paths. I did not understand the second half that you mentioned. By use of which tools I make a loop over?
Thank you for you help.
Copy link to clipboard
Copied
You are right. It's scripting forum, so that what I suggested is probably not possible other way than doing it by scripting. So reading all subpaths from main path, to convert them to layers then.
Copy link to clipboard
Copied
Hey,
Thank you for the clarity. I will try and figure out the scripting method.
I hope ADOBE introduces this feather in the upgrade. It would be very useful.
Cheers
Copy link to clipboard
Copied
You could use Illustrator in the workflow.
Copy link to clipboard
Copied
Hi Myra
This one is a very different approach. The shapes I showed were just to put my idea across. In reality, I want to split the image into strips and create separate layers for each strip. DO you think your method can also work for images?
Thank you for your help.
Copy link to clipboard
Copied
It would work, but it wouldn't be as efficient as the script. After exporting the PSD from Illustrator, you would use those shapes (which are rasterized in the PSD) on various layers to mask out the original image. One way to make the masks would be to make multiple copies of the original image layer (Ctrl + J/Command + J on a Mac). Put an image layer above each rasterized shape layer. In the Layers panel, put your cursor between the image layer and the shape below it, and Alt/Option + click to turn it into a clipping mask. You can select the image layer and from the flyout menu select Merge Down (Ctrl + E/Command + E on a Mac) if you just want the image portion and not the shape that masks it.
Copy link to clipboard
Copied
CMD/CTRL J to convert the multiple selections to a single layer with transparency, then run this script:
https://photoshopscripts.wordpress.com/2012/12/09/split-to-layers/
Copy link to clipboard
Copied
Thank you, Stephen.
I found this script yesterday and did try it.
This is what I was looking for. I was planning to put it up here this morning and I see your response.
Thank you for the correct answer....
Cheers
Find more inspiration, events, and resources on the new Adobe Community
Explore Now