Photoshop :: Copy Mask On One Layer And Paste It Onto Another?

Sep 5, 2012

I do a lot of texture work and create depth by using several layers and different blending modes. I wind up masking and remasking the same thing on multiple layers -- is there a way to copy the mask on one layer and paste it onto another? I know I can drag a mask to a different layer, but that removes the first one.

View 6 Replies


ADVERTISEMENT

Photoshop :: How To Select Copy And Paste Image That Has Layer Mask

Apr 6, 2013

when I select, copy and paste the image it still has the content that I removed using the layer mask.
 
I want to paste it over another psd whilst maintaing the transparency.
 
PSD is at [URL]

View 2 Replies View Related

Photoshop :: Copy Layer Mask To Smart Filter Mask....

Nov 2, 2008

How do I do this in CS4?

View 9 Replies View Related

Photoshop :: How To Copy And Paste On Another Layer In Same Location As Previous Layer

Jul 19, 2012

I'm trying to copy a portion of a graphic and put it on another layer while keeping it's exact location as to how I view it am I understanded?

View 3 Replies View Related

Photoshop :: Layer Mask Paste Into Always Gray

Feb 7, 2013

Whenever I try to paste into my layer mask, the pasted image loses its color and turns gray. How can I keep the color when pasting?

Both files are RGB mode. I can paste the image into the image (but not the mask) and it will maintain its color.

View 5 Replies View Related

Illustrator :: Copy / Paste Type Object With Opacity Mask

Dec 11, 2012

I'm using AI CS6;
 
I have a type object with an opacity mask created in one document. When I copy and paste this object into a new file the text is pasted without the opacity mask attributes. I can separately copy and paste the opacity mask object but then I face a tricky realignment to repeat.

View 5 Replies View Related

Photoshop Elements :: How To Paste Image On Layer Mask

Mar 2, 2013

I've just started using PS Elements 10 again after not having used it for some time, and I've forgotten a few things. When I paste an image which I've selected from another image (image A) into a layer mask for image B, the image A selection appears in black and white. Also, is there a quick way to return PS Elements 10 to its default settings?

View 5 Replies View Related

Photoshop Elements :: How To Copy A Mask From One Layer To A New Layer

Dec 4, 2012

I have been trying to copy a mask from one layer to a new layer in Elements 11.  I can do this in CS3 by using alt and dragging to the new layer.  It doesn't work in Elements 11.  Is this feature unavailable in elements 11 or is there a different command?  there doesn't seem to be much point in spending all that time making a complex layer amsk and then being unable to use it on another layer.

I have to give a tutorial on layer masks using both CS3 and elements at the Camera Club!

View 6 Replies View Related

Photoshop :: Copy/paste Shape Into SAME LAYER

Jan 17, 2007

I'm trying to make a compound shape by copy/pasting a shape into the same layer and using Add to Shape area...

the regular copy/paste commands aren't working and it needs to be in the same layer so Duplicate Layer won't do it...

View 2 Replies View Related

Photoshop :: Copy/paste Shape Into SAME LAYER

Jan 17, 2007

I'm trying to make a compound shape by copy/pasting a shape into the same layer and using Add to Shape area...

the regular copy/paste commands aren't working and it needs to be in the same layer so Duplicate Layer won't do it...

View 2 Replies View Related

Photoshop :: CS6 / How To Copy A Layer Into Its Own Mask

Oct 20, 2012

in a tutorial in PSCS6, I am told to "make a mask for the layer and then copy the layer into its own mask" I am given the key combo  "opt+click", apparently to copy this layer into its own mask. This does nothing and I am lost.
 
I use iMac i7 and lion 10.7.5

View 5 Replies View Related

Photoshop :: How To Copy And Paste Vector Art From One Layer To Another Keeping All Of Its Attributes

Mar 8, 2013

When I copy a vector shape from one layer to another, the shape picks up the color attributes of an existing shape in the second layer (or sometimes only the outline of the shape appears). What to I do to avoid this from happening (I just just want to paste the shape in its original form and color)?

View 10 Replies View Related

Photoshop :: How To Copy And Paste Shape (or Layer) From One File To Another Keeping All Of Its Attributes

Mar 6, 2013

Our department currently uses MS Paint to place varied colored boxes for call outs on top of screen figures used in our documentation. As you know, MS Paint is not a robust image editing application, and we are frustrated at its limitations (especially not having a "non-destructive" edit capability).

Consequently, we are evaluating a trial version of PS to see how a workflow could be developed that would allow the department to use call out boxes "stored" in a PS file that could be applied in an easy, consistent manner to our screen figures (but also keep each call out box editable) using PS.
 
Consequently, in PS using the shape tool, I created a file with our colored boxes for call outs, each on its own layer. Now I am trying to determine how you copy and paste a box (or layer) from this file to a "working" file (one containing a screen figure), while keeping all of its attributes (color, line weight, being editable, etc.). I can't seem to find an option to do this. Is there? If not, is there another workflow in PS that you can recommend for this type of procedure?

View 6 Replies View Related

Paint Shop Pro :: X4 Copy And Paste As New Layer

Sep 8, 2012

I've been using PSP since 7.

Now I'm using x4 and I noticed that when I cut/copy a portion of a pic and then paste it as a new image....then I want to copy and paste that portion back into the original photo using paste as new layer....the icon doesn't change automatically from the lasso/cut tool to the move tool.

It used to do that automatically in psp 7 so that right after I paste as new layer, i can move that portion around right away.

In x4, after you paste as new layer, you can't move that layer around because it hasn't changed automatically to the move tool. I have to manually click on the move tool everytime I want to move the layer around. It's very irritating!

Any settings I can change to make it automatically change to "move tool" right after pasting a pic as new layer?

View 14 Replies View Related

Illustrator Scripting :: Copy / Move And Paste Into Different Layer

Nov 12, 2013

I have a script that measures the repeat interval and gap between print impressions printed using a print cylinder (for the production team to know which print cylinders to use, and what to expect once it prints, when looking at the proof sheet). Basically it just measures the distance from the beginning of one print impression to the beginning of the next (these are printed with a cylinder, so every time the cylinder rotates a new print impression happens) as well as the distance in between prints. That part works great.
 
In order to get these meaurements, Illustrator is measuring the distance from a zero point on the artboard to the left side of a marker I made called "repeat", and it is assigned a variable called rawRepeat. What I'd like to do is have the script take that rawRepeat value and use it to move a copy of the print impression to the right by exactly that variable amount and paste it beneath the marker called "repeat". I have been doing this part manually, but haven't been able to figure out how to get illustrator to do this for me.
 
Here's the script I am using:
 
var myDocument = app.activeDocument;
var selectedObject = myDocument.selection;
var activeLayer = app.activeDocument.activeLayer;
var layerName = activeLayer.name;
activeLayer.name = "plate";
 
[Code] ..... 

View 11 Replies View Related

Paint Shop Pro :: Copy And Paste Layer Into Exact Location

Mar 24, 2011

I have a two layer image:

layer 1. background

layer 2. A transparent vector layer with text

I have a second image, the same exact size and resolution as the first two layer image. I would like to paste layer 2 from the first image, into the same exact position on image 2. Every time I paste. it centers the text, whether it is just a ctrl-v, or a paste layer. I've even tried promoting the layer 2 in the first image then pasting as new layer into image two, with no luck. Everything I've done pastes layer 2 from image one, into the center of image 2.

I have PSP Photo X2

View 7 Replies View Related

Illustrator Scripting :: Selecting Objects In Layer To Copy And Paste Into New Doc?

Jul 23, 2013

How can I select all objects in a layer and copy and paste the objects into a new document? We are having issues with the copy and paste method. Is this because it uses the operating systems clipboard?

View 10 Replies View Related

AutoCad :: Copy / Paste Objects From One Layer In First File To Different Layer In Second File

Aug 7, 2013

I am using ACAD 2005 and am trying to copy&paste several objects from a layer I created in one .dxf file to one of the 2 standard layers (0 or Defpoints) in a new blank .dxf file.

My problem though is that if I copy and paste all of the objects (or even one of them) and them move to the new file and paste, it pastes the objects, but also "imports" into the new file the original file's layer that these objects were on.

For clarity, the new file only has the 2 standard layers and then after copy/pasting an object, the file manager shows the 3rd layer from the original file.

View 9 Replies View Related

GIMP :: Script-fu Copy Image And Paste As Layer Into Different Image

Mar 18, 2011

I'm trying to write a script to batch process a number of files. I want the script to open file a*.png, convert black color to alpha and paste image b*.png on top of a*.png (both are the same size). The script converts black to alpha, but it doesn't paste image.

(define (batch-alpha-paste pattern pattern2);get the file lists (let* ((filelist (cadr (file-glob pattern 1)))(filelist2 (cadr (file-glob pattern2 1)))) (while (not (null? filelist))(let* ((file-name (car filelist))(filename2 (car filelist2)) (image2 (car (gimp-file-load RUN-NONINTERACTIVE filename2 filename2))) (draw2 (car (gimp-image-get-active-layer image 2)))(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))(drawable (car (gimp-image-get-active-layer image)))) ; convert black to alpha(plug-in-colortoalpha RUN-NONINTERACTIVE image drawable '(0 0 0))
[code]....

I call the script from shell:gimp -i -b '(batch-alpha-paste "aa*.png" "bb*.png")' -b '(gimp-quit 0)'

how to copy image 2 into image ?

View 1 Replies View Related

Photoshop :: What Is The Difference Between A Layer Mask And Clipping Mask?

Apr 26, 2009

My subject line pretty much sums up what I want to ask.

The thing is I've learned how to do both of them, but every textbook exercise I've done regarding one I found out that I can pull off with the other too.

Are they simply two different mechanisms for doing the same thing?

View 2 Replies View Related

Photoshop :: How To Paste Into Mask?

Sep 1, 2004

I want to be able to paste a custom shape into a mask layer, for instance a custom shape or some rasterizered text. I cannot create text or a shape in a mask layer as photoshop automatically creates a new layer

View 1 Replies View Related

Illustrator :: Clipping Mask On A Layer Is The Entire Document Covered In A Mask?

Jan 27, 2013

Level: Newbie   OS: Win7 64bit   Ia: Cs6
 
Once I use a Clipping Mask on a layer is the entire document covered in a mask?
 
And/or is all the artwork from then on inside the mask?
 
I've read about how to add and how to remove art from a mask. I've read about how to make and release and lots of other things.
 
So, then I went and found a lesson that contained the use of a Clipping Mask.
 
I am suppose to Select the main shape and "just" copy it and move it down (doesn't say rather to Paste in front or back but I assumed in back ~ not that it has mattered thus far)
 
However, while making the main shape I used Gradient Mesh and used an Offset to create a "replica" and so when I go to Select the main shape the mesh is selected and so when I Paste (in back ~ seems most logical) and then move it down the details such as the colors of the Gradient and other such things are visible in front ~ ??
 
So, I have been trying to abate my problem in lots of different ways.
 
I have tried using the Pen tool to draw behind the main shape, I've tried making a New Layer and placing it above and below and inbetween the main shape layer, I've tried adding the artwork to the Mask ... I've tried everything I can think of and I've been through many an article in the manual and FAQ's to no avail.
 
I suppose, what I think I need to know ... is, how ... how on earth do I draw behind this main shape? Am I not able to do it because I am not getting behind the Mask?

View 9 Replies View Related

Photoshop :: [Paste Into] Rounded Frames [Clipping Mask]

Dec 27, 2007

I wanted to find a tutorial on how to paste images into frames with various corner radius. You may have a rectangle frame with a curved radius such as 20-50 pixels. I tried pasting images into shapes, but moving the images inside the frames didn't produce the results I was expecting and was cutting off the image inside or blocking out the frame itself.

View 8 Replies View Related

Photoshop :: Copy And Paste From One Doc To...

Oct 2, 2008

I have two layered PSD files the same pixel size.

How can I drag and drop or copy and paste one layer from one doc to another but keep its original location on the "art board"? (X and Y coordinates).

View 2 Replies View Related

Photoshop :: CS4 64-bit - Copy & Paste...

Apr 24, 2009

I am running Windows Vista Home Premium 64-bit.  I am having trouble copying and pasting things.  The issue is that after I copy something/Print Screen, it takes several pastes for Photoshop to finally realize the change.  Basically, the first couple of times I paste, the thing that was previously copied gets pasted it.  I don't know if it's making a difference but it switches the paste to the latest thing that was copied faster after I minimize and maximize back the program.  It's extremely annoying especially because then I have to either undo each time/delete the layers.  Plus, I do a lot of frame comparisons between different video sources and it's hard to tell whether the thing being pasted was changed or not. 

View 1 Replies View Related

Photoshop :: How Do I Copy And Paste?

Aug 22, 2006

How do I do a simple copy of one pixel and paste it to another place (I have zoomed in a lot) or if I have't zoomed in that close, copy some area and paste it to another place?

View 4 Replies View Related

Photoshop :: COPY AND PASTE

May 22, 2007

when I copy and paste sometimes the paste is put exactly where I copy from and sometimes PSCS2 (not got CS3 yet) pastes where ever it likes?

View 8 Replies View Related

Photoshop :: Copy And Paste.

Mar 28, 2004

how I can simply copy and paste an area of an image back onto the same image?

On my previous graphics software it was simply a case of highlighting the required area, click 'copy' then click 'paste' and bingo! To copy and paste on Photoshop seems much more involved including a number of complicated steps.

View 2 Replies View Related

Photoshop :: Copy & Paste

Nov 7, 2005

When i copy or copy merged and paste into a new canvas or layer, i get like a small Gradient round the sides of the image, the Gradient goes white. I know its a Copy problem because if i paste the layer selection into MS Paint it still gets that gradient around the sides.

View 2 Replies View Related

Photoshop :: Copy From Here...paste Over There?

Feb 14, 2008

So when you copy and then paste a selection, photoshop almost always pastes way far away from where I copied. Why does it do that and how can I make it stop?

I commonly need to be able to copy something and then paste in the exact same spot.

View 2 Replies View Related

Photoshop Elements :: Key Functionality Is Lost To Use Previous Layer Mask For A New Layer

Nov 21, 2013

the key functionality lost is the ability to use the previous layer mask for a new layer

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved