Hello there.
When I start edit an image the first think I do is to duplicate the "background image", I use the cmd+j.
Anyone know any script/plugin to duplicate a layer when the file tiff are open and don't exist more than the original "Background" image.
Duplicate layer when a file are open
Re: Duplicate layer when a file are open
Code: Select all
if (documents.length && (lrs = (aD = activeDocument).layers).length < 2 && (lyr = lrs[0]).isBackgroundLayer) aD.activeLayer = lyr.duplicate()
Re: Duplicate layer when a file are open
Bonjour
Excellent! !
Excellent! !