Photoshop Elements :: How To Copy From One Image To Another

Mar 11, 2013

I have selected an area in a photograph - now I want to delete the rest of that photograph and add the selected area as a layer to another photograph.

View 15 Replies


ADVERTISEMENT

Photoshop Elements :: 12 - Copy Text From One Image To Another

Jan 12, 2014

How to copy the text from one image to another image. in Photoshop 12

View 1 Replies View Related

Photoshop Elements :: How To Copy Layers From One Image To Another

Apr 26, 2013

I am editing figures for a journal and I need arrows for multiple images.  Is there a standard arrow?  I can only see free hand.  If I use a free hand arrow I then want to copy it to the other images for consistency.  How do I copy or share layers between images?

View 1 Replies View Related

Photoshop Elements :: Copy Image From Photo And Place It In Another

Sep 16, 2013

How can I copy an image from a photo and place it in another. Is there video on this? I cannot find one.

View 2 Replies View Related

Photoshop Elements :: Copy Picture From Word Document And Save It As Image File?

Jul 9, 2013

How do I copy a picture from a Word document and save it as an image file?

View 1 Replies View Related

Photoshop Elements :: Clone Stamp Tool Displays Copy Of Entire Image

Jul 1, 2013

I have just purchased photoshop elements 11. It has been ok for past 10 days or so but now I have a problem when tring to clone. I select the area by alt+click but then what happens is that the whole picture moves and in fact duplicates itself

View 2 Replies View Related

Photoshop :: Apply Same (color) Changes From Copy To Original Image Or Another Copy

Aug 26, 2013

For this example let's take in account that I have 2 identical in every aspect copies (meaning size and content at this point) of the very same image.

1st remains unedited,

2nd is edited only as far as concerning the image > adjustments menu through changing mostly channel mixer, selective color, saturation etc values and had an object attached to it atop of the original depiction before being edited as a whole.

What I want to do is to edit the 1st image, compare in some certain ways the colors of it I guess with the ones of the 2nd, match for instance where color hex value X (and horizontal/vertical X,Y coords - is it needed in order to be more precise and avoid mistakes?) (I guess again) from the 1st image is edited into color (or even additional settings atop of that?) hex value Z, do that automatically for all the combinations and immediately apply the same changes I applied from 2nd pic when unedited (and looked exactly like 1st pic) to the very same 2nd pic in start, TO the 1st pic in the present case. Also in order to do this "color matching" before applied or not I need to set out-seperate the area where I have added an additional object in the 2nd picture and fill it possibly with the original content from the 1st(can it be done in one move) in order for the process to be complete?

That means I turned the 2nd image into a combination of blue-green-red colour (and other) from orange-yellow-cyan (just an example) I want to do the very same to my 1st pic which is orange-yellow-cyan etc.

View 8 Replies View Related

AutoCAD 2010 :: Copy Elements Of Files In Drawing - Copy To Clipboard Failed

Jan 11, 2013

i have various files which I cannot copy elements of into other drawings.

when i use the ctrol+copy command, I get the "copy to clipboard failed". This has only started since I upgraded to AutoCAD2012.

View 4 Replies View Related

Photoshop :: Saving JPEG Image As Itself / No Copy And No Replacing Of Existing Image?

Jun 4, 2013

I am trying to find a faster way to save my images. I shoot in raw, save raw images as jpegs after editing them in Camera Raw. I am using Photoshop CS6 on a Mac version 10.7.5. When I save, I either have to save as a copy of the exisiting image, or replace the image I'm working on. Other forums I've read said to make an action to save and create a function key to make this process faster, but my function keys aren't working, and playing the action I've created still makes a copy of the image.

View 3 Replies View Related

Photoshop :: Copy One Image And Paste It Into Selection (masked) Of Another Image

Sep 4, 2013

I want to copy one image and paste it into a selection (masked) of another image. I have the option to paste into which works but would like to be able to paste in Place as I believe this makes it a smart object and references the original file.

View 5 Replies View Related

Photoshop :: How To Copy JPG Image Into Transparent Image?

Apr 24, 2008

I have JPG or GIF image and would like to copy into transparent image (background should be and stay transparent after I save this image).

View 1 Replies View Related

Photoshop :: Can I Copy An Image Mask To Another Image?

May 29, 2009

Having spent hours creating an image mask I am not satisfied with the altered image it is linked to. Is it possible to copy an image mask to a separate but identical image?

View 2 Replies View Related

GIMP :: Ability To Copy / Cut Image Or Part From One Open Image Into Another

Nov 25, 2013

I have been using gimp now for about 2 months and have just upgraded my OS to Mavericks and upgraded Gimp to 2.8.8.

Upon doing this I seem to have lost the ability to copy/cut an image or part thereof from one open image into another... Example:

I have an image window open with a picture a car and I have an image window open with a race track back ground.

I want to copy the car from image 1 into image 2, but for some reason I cannot do this function anymore. When attempting it, once the item is copies to the clipboard and I then swap to the second image, when I paste as a new layer it pastes the clipboard from that image and not the image from the first window...

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

Paint.NET :: Copy And Paste Ball Image B On A Image

Mar 1, 2013

I want a plugin for Paint.NET and i will show what i want to say in some pictures.For this exemple i will have :

A. a transparent image (800x600)
B. a red ball image (32x32)
   
1. I have the A image.   
2. I copyed and pasted the ball image B on the A image.
3. Now what plugin i want to make is to expand the ball B selection on the all A screen/canvas.   
4. Now the ball image B will be expanded on the all screen of A.

View 13 Replies View Related

Photoshop :: CS5 Freezes When Trying To Copy Image

Apr 16, 2012

I bought the Adobe CS5 master collection from a deal at my university. This error only started happening today, it was completely fine for the last few months up til yesterday, so it doesn't have anything to do with my specs probably.

Whenever I try to copy an image (ctrl + c), Photoshop would freeze. No error, no popup or anything, simply a freeze. The mouse cursor doesn't even turn into that loading icon, but nothing would be click able and any animations (like marquees) would stop.

Specs:
Adobe Photoshop Version: 12.1 (12.1x20110328 [20110328.r.145 2011/03/28:10:30:00 cutoff; r branch]) x64
Operating System: Windows 7 64-bit
Version: 6.1 Service Pack 1
Intel i5
 
Also Photoshop CS5 has a lot of bugs when Flash CS5 is also open, causing a ton of crashes of either Flash or Photoshop. It's like these two programs don't like each other. I'm surprised this didn't go noticed during testing ?

View 2 Replies View Related

Photoshop :: Copy/Paste From 1 Image To Another

Mar 12, 2009

I have created an image on a document sized 14.5*10 cm. I am trying to copy the whole image to a new A4 document and it looks tiny or very fuzzy (if resized). Why is the image tiny when the document size is not that much different?

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy Shortcut C Doesn't Copy Multiple But Typing In COPY Does

Aug 23, 2013

I have a keyboard shortcut for Copy (see directly below). This command doesn't copy multiple. But if I type "Copy" at the comment prompt (AutoCAD 2013) the copy multiple is the default. Copymode is already set to "0".

(DEFUN C:C()
(setvar "SNAPMODE" 1)(COMMAND "_COPY")
(PRIN1)
)

View 4 Replies View Related

Photoshop :: Copy A Gradient From A Raster Image

Aug 21, 2006

How would I copy a gradient from another image. I mean I have a logo I need to extend, the background in the image is a gradient. Now i cant get the gradient for the extended background to match this one. The logo is already a flat image, I dont have the layered PSD.

View 1 Replies View Related

Photoshop :: Copy A Text Layer To Another Image In...

Mar 10, 2008

I am trying to find a way to copy a text layer in one image to another image of the same size so that the text layer is in the exact same location.

Basically I have two images for a rollover button for a website. What is the easiest way to copy a text layer to the other image so that it will be in the exact same location to create the rollover effect?

View 3 Replies View Related

Photoshop :: Image Size After Copy & Paste

Jan 11, 2008

I do a 8.5 x 11 reso around 75 or up to 150. I lasso out something and paste it to my doc and sometimes it is tiny. Is that because my reso is to high?

View 1 Replies View Related

Photoshop Elements :: Copy Photos To A CD?

Jan 12, 2013

How do I copy my photos to a CD?  I am a user of Photoshop Elements 11.

View 3 Replies View Related

Photoshop Elements :: Can't Copy The Picture

Feb 22, 2013

I can't even copy the picture on Adobe elements10 because of a guestion mark on all my pictures how can I get around this?

View 1 Replies View Related

Photoshop Elements :: Can't Copy Or Backup

Dec 12, 2013

Why can't I copy or backup to a partially full disc?

View 1 Replies View Related

Photoshop Elements :: Copy Photos To DVD In 10?

Oct 31, 2012

How can you copy photos from the Organizer to a DVD in PS10 without creating an album?  In PS8 it was easy and a menu pick under sharing but this does not appear to me the case in PS10.  So I end up making an album to burn the DVD and them deleting the albut which seems stupid.  It looks like Adobe went backwards.

View 1 Replies View Related

Photoshop Elements :: Will Not Print More Than One Copy

Mar 3, 2013

I just purchased photoshop elements 11 and I've tried to print more than one copy.  The dialoge boxs says the number I wish to print. but it still only prints one copy.  Also,  I saw a way try and reset this from the welcome screen, but I chose to have it open directly to editor.  So my welcome screen doesn't come on anymore.  How do I reset this.

View 9 Replies View Related

Photoshop Elements :: Don't Want To Save A Copy Of Everything

Sep 28, 2013

Every time I edit a photo, and then save it as a jpg., I end up with 2 images saved. I don't want to save a copy. How do I stop ? I am using Photoshop elements 12.

View 2 Replies View Related

Photoshop :: How To Copy And Paste Drop Shadow Behind Image

May 18, 2012

I use illustrator most of the time. I'm designing a brochure and I've always embedded images, but now I'm trying to it correctly by linking them instead. So I have an image in ps as a tiff. I created a drop shadow for the image in illustrator.

I want to copy and paste it behind the image into the same file so both are one file linked to the brochure. Also the drop shadow pastes as too small, then i also can't get it positioned right etc.

View 9 Replies View Related

Photoshop Elements :: How To Copy A Clip From One Project To Another

May 22, 2013

I want to use some portions of a clip that I have modifyed to another new project. I tried with copy/past, but they are not transfered to the new project.

View 3 Replies View Related

Photoshop Elements :: How To Copy Photo Into Layer

Sep 29, 2013

When I try to copy a photo or a portion of a photo for pasting in to a layer, I get this message: "Could not complete the copy command because no pixels are selected."  Now what?

View 1 Replies View Related

Photoshop Elements :: Copy Photos From 11 On PC To IPad?

Nov 25, 2013

I am using PSE 11 on my PC, the OS of which is Windows 7 (Professional). Is there any way I can copy the images and labels to an iPad?

View 2 Replies View Related







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