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


ADVERTISEMENT

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 :: 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 :: Any Way To Copy / Paste Text Without Keeping Formatting

Sep 6, 2013

Is there a way to copy/paste text in Photoshop without keeping formatting (font, size, color, etc)?

View 4 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

Illustrator :: Magic Wand Selection Shape From One Layer Drop To Sub-layer And Copy Selected Shape

Aug 29, 2013

In PS i can Magic wand selection shape from one layer, drop to sub layer and copy that selected shape from that sub layer. How do I do this in illistrator, and moreover, from multiple layer at the same time.
 
For instance, in PS = Import an image of gold - select a text phrse with wand - drop to gold - copy paste = gold text.

View 3 Replies View Related

Xara :: Copy Shape And Paste As Path In Photoshop?

Feb 8, 2011

I just read a tutorial, in which a shape is copied from Illustrator and then pasted as a path into Photoshop.I tried the same thing with Xara (Xtreme Pro 4) and all it pastes is a bitmap, not even transparent.Is there any way, I could get this to work?

What I want to do, is create shapes in Xara and then convert them to Photoshop Custom Shapes in Vector (!) Format.If it does not work in XX4, is it possible with newer versions?

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

AutoCAD Civil 3D :: Copy & Paste Polygonal Shape Between Different Projections

Aug 6, 2012

Is there a possibility to copy a polygonal shape from one file to another via copy & paste with different projection systems (and with preserving/ converting the correct coordinates)? Or is there a method to convert it before the operation? I want to transform MGI-AT.AUT-Central/GK to AT-LCC.

View 4 Replies View Related

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 View Related

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

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

Photoshop Elements :: How To Copy Shape Into Same Layer As Original

Apr 30, 2013

In Elements 11 each time I copy a shape the pasted copy appears in a new layer. I would like to have the pasted copy stay in the same layer as the original shape. How do?

View 1 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

Photoshop :: When Copy And Paste File It Becomes Blurred And Unusable

Aug 10, 2012

I am saving graphics from Word for usage in a Framemaker document. When I copy and paste the file into Photoshop it becomes blurred and unusable. How do I resolve this? I have tried saving the file in it's highest resolution but that doesn't work either.

View 1 Replies View Related

Photoshop Elements :: Copy And Paste From One Page Or File To Another On Same Screen?

Mar 1, 2013

How do I copy and paste from one page or file to another - on the same screen?

View 1 Replies View Related

CorelDRAW Graphics Suite X3 :: Text Within Shape While Precisely Keeping The Shape's Outline

Nov 11, 2011

I'm working with CorelDraw X3 and want to fill text into a round shape, while keeping it's exact outline. Hence, cutting of parts of words and letters is fine with me as long as the shape is well-defined. Unfortunately when filling paragraph text into a shape, the automatic line breaks lead to a quite irregular shape regardless of font size.

As workaround I arranged a mask in front of background and text but this requires a square paragraph text which is larger than the background. Since paragraph text obviously cannot be cropped with other objects I made the mask size bigger and filled it white. When exporting my document as image everything looks neat, but there must be a better way to do this in CorelDraw itself?

I tried converting the paragraph text into artistic text and cropping this, which works fine for a few words and a small object. But I'm talking around 1000 words here, and trying to crop this artistic text leads to very random cropping results. I guess such a large number of objects and knots is too much for CorelDraw to handle!?

View 2 Replies View Related

Photoshop :: Keep Adjustments Made In Lightroom As A Selection To Copy And Paste To New File?

Jun 25, 2012

I transfer my adjustments from lightroom to photoshop for additional editing. The adjustments show in the new Photoshop file. However, when I make a selection from that file and copy and paste it into a different Ps file, it does not show the adjustments.  I even tryed saving the adjusted photoshop file as a jpeg and then opening it up and reselecting what I want.....Copy and paste it.....and the adjustments still don't appear on the different Ps file/photo.  How can I keep the adjustments made in lightroom as a selection to copy and paste to a new file?

View 2 Replies View Related

AutoCAD Civil 3D :: Loading Shape-file Attributes Into 2013

Jan 9, 2014

I'm using AutoCad 2013 Civil 3D. I'm trying to import the attribute table from a GIS shapefile into AutoCAD.  I tried it in Map but could not get it to work.  I could not find and object file in creating a quirey. 

View 2 Replies View Related

Illustrator :: CS4 To Copy From One File And Paste To New Template

Nov 15, 2013

I have lost the ability on cs4 to copy from one file and paste to a new template.

View 1 Replies View Related

Premiere Pro :: Copy And Paste From One Project File To Another

Apr 22, 2014

how to copy and paste a bin from one project file into another. I don't want to import using the Media Browser because it imports a bunch of reference files that are already in the project file I'm pasting into.

View 4 Replies View Related

AutoCAD 2013 :: SHX File Embedded In Copy / Paste

Jun 13, 2013

If I copy a single line from a file then paste it into a new file with nothing in it and save, I end up with a 3 or 4 meg file.  I noticed when I paste the line into the new drawing, I get the following message over and over:

Substituting [simplex.shx] for [OA_Edina.shx].
Substituting [simplex.shx] for [OA_2007.shx].

We have files that are 20 or 30 meg that should only be 1 or 2 meg.  Purge and audit in the .dwg does not work.  One way to fix it is to dxfout then purge and audit the .dxf file, then save back to .dwg.  The audit typically finds tens of thousands of errors.  This process takes a long time and the problem comes back as soon as someone copies something into the file.  We need a more permanent fix.

View 8 Replies View Related

AutoCAD 2013 :: Cannot Copy / Paste Object From One File To Another

Oct 16, 2012

When I try to Copy & Paste an object from one file to another, appears following alert window: “This application has detected a mixed version of AEC objects participating in this operation. Newer AEC objects will be disallowed from participating in this operation”. And I cannot paste the object copied from other file. This happened to me when I work with Autocad2010 using drawings saved as Autocad2004 in Autocad2013.

Since I am working in a group of people that have different versions of Autocad, I need the solution for this problem.

View 5 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

AutoCAD Map 3D :: Copy Style Rules To A Different Shape File

Feb 7, 2012

How to copy a style to a different Shape file. I created a complex style for a shape file, connected with FDO. Thematic rules, labels and so on.

Now, I want to use the same style for an other Shape file, that has the same structure. If I save a .layer, this contains also the connection to the original Shape file.

View 2 Replies View Related

Photoshop :: CC 3D Crashes - Shape As A Layer In Big File?

Jul 14, 2013

PS 3d WILL NOT handle a standard 3d shape as a layer in a bigger file.  If, for example, the surface of a simple cylinder is filled with a color and the file saved (so that the bigger 3d drawing/file/image will update) PS 3D crashes EVERY SINGLE TIME.  That is not all.  In general the program crashes about as often and unpredicatably as Windows 3. 

The machine has 24G of RAM and can see about 16T of hard drive.  nvidia 4000 card.  Latest driver.  Turning off the GPU does not eliminate the crashes.  PS 3d gets totally confused and crashes when network connections are exercised so I don't do that.  Win7.  VERY FRUSTRATING.  Makes the program useless.  Adobe software updates all current.

View 7 Replies View Related

Photoshop :: Cut / Copy Layer To New File

Oct 17, 2011

I have 3 group layer ( test1 - test 2 - test ) ! now can i cut or copy only this group ( test2 ) layer to new file ?

View 8 Replies View Related

Photoshop Elements :: Copy Album To DVD - Keeping Photos In Order

May 22, 2012

I have been trying to copy an album in Elements 8 to a DVD, but I cannot find a way to keep thim in the order that I have arranged them in the album.  What is the correct procedure? It's a Windows 7 system.
 
Also, is there a way to create the DVD so it can be played on a TV DVD player?

View 2 Replies View Related







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