GIMP :: Paste Selection Into New Layer

Oct 19, 2011

I've come to GIMP from PS.

So, in PS if you make a selection and past it into a new layer it ends up in exactly the same position, however if I do the same on GIMP the selection is pasted at the top left hand corner. Then it's a major pain moving it to exactly the same place as the original

Most of my workflow is doing this sort of thing so it's real problem now.

View 2 Replies


ADVERTISEMENT

AutoCad :: Possible To Drag A Selection And Cut / Paste To One Layer?

Dec 19, 2012

I wanted to drag a selection of objects (that are on different layers) and just cut n' paste them onto one layer (effectively merging them).

View 7 Replies View Related

GIMP :: Copy / Paste And Move A Selection?

Mar 28, 2011

I'm a longtime Photoshop user in the process of switching to Gimp. I've successfully used Gimp for very simple things like brightness/contrast, color adjustment, and sharpening of single-layer images. What I'm trying to do now involves creating a copy of the background and placing it next to the background image, and I can't figure out how to make it work.

Here's what I'm doing:

1. Resize the canvas to twice the width of the original image, leaving the original image at left. This creates a "blank" area to the right which displays as a checkerboard pattern.

2. The area of the original image is already selected (i.e., it already has a frame around it), so I copy and paste it. This creates a floating selection, duly noted in the list of layers.

3. But when I try to move the floating selection to position it to the right of the original image, in the blank area, it appears to disappear behind the checkerboard pattern.

View 9 Replies View Related

GIMP :: Push Control C Of A Selection And Paste It

Sep 8, 2012

If I right click on the selection & go to edit copy, I can copy OK.

If I type control "C", the Create Clip window pops up and it wants me to insert the previous copy I did.

This same thing happened to me 4 months ago & I overcame it somehow; but then I reloaded Gimp and I am now back to where I once was.

I want to push control C of a selection and the paste it. But it makes me do it the long way, right click menus.

View 1 Replies View Related

GIMP :: 2.8 - Can't Copy And Paste / Selection Doesn't Go To Clipboard

Jun 11, 2012

I just got Gimp 2.8 for Mac. I can open a picture, do a blur and export. The copy paste is giving me problems. It worked once. I make a selection with the rectangle and do a control c. I also tried the menu. The selection doesn't go to the clipboard. After 6 tries, the same original copy was the only one in there.

View 1 Replies View Related

GIMP :: Paste In Same Place As Copied Selection Was (2012)

Feb 11, 2012

I have two images of the same size (e.g.800x600)

I select a region of the first image with any selection tool (e.g. the fuzzy select tool) I copy the selection.

Isn't there a way to paste the selection into the second image at exactly the same position where it was in the first image?

It seems to me unbelievable that there is no such option, but I can't ind it. I must be missing it. In Adobe flash it is called "paste in situ".

View 2 Replies View Related

GIMP :: Hotkeys For Paste As New Layer?

Jan 12, 2013

In previous GIMP versions, I was able to assign a keyboard shortcut to "paste as new layer", but I don't see that in the list of keyboard shortcuts available in 2.8. Is that option really gone? Is there some way to open it up again? My workflow is seriously shredded without that shortcut.

View 1 Replies View Related

GIMP :: Selection Pasted Onto 12-layer GIF Is Invisible On All But One Layer

Nov 17, 2012

I have the latest gimp.

View 1 Replies View Related

GIMP :: Paste A Layer From Clipboard Into Image

Nov 20, 2013

I'm a relative noob to GIMP. Long time Paint Shop Pro user who has gone over to a Mac Book. I'm very frustrated by my inability to paste more than one layer at a time. Meaning, that I paste a layer from the clipboard into an image I am building, but I cant copy a new image to paste in without shutting down the program & reopening....Otherwise the same image keeps trying to repaste.

View 7 Replies View Related

GIMP :: How To Select Portion Of Image And Paste It To Another Layer

Mar 11, 2013

Im just trying to select a portion of an image and the paste it to another layer.

1. Select a portion and copy.
2. Create new layer.
3. Select the new layer.
4. Paste.

The only thing i get is a kind of new layer that says: "Floating selection"

View 1 Replies View Related

GIMP :: How To Do New Layer Via Selection

Nov 10, 2013

I am used to making a selection of part of the image - then you see the marching ants around your selection. Now in Photoshop at this stage I just press Ctrl-j and the selection gets put into its own layer above the current one. How do i do this in Gimp? and can you set up a keyboard shortcut for it?

View 12 Replies View Related

GIMP :: Promote A Selection To A Layer

Oct 29, 2011

I have a selection that I would like to promote to a layer. I feel that I have done this before but I cannot remember how.

View 1 Replies View Related

GIMP :: Promote A Selection To A Layer

Oct 29, 2011

I have a selection that I would like to promote to a layer.

View 1 Replies View Related

GIMP :: How To Make Layer Into Selection

Apr 26, 2012

I just tried GIMP and I want to ask about how can I make a layer into selection?For example in Photoshop, click the layer while holding down CTRL.

I have seen this [URL]....but no luck.

View 1 Replies View Related

GIMP :: Gradient Filling Whole Layer Instead Of Selection?

Mar 13, 2013

I was just starting to experiment with the gradient tool last week. I could have a circle as the selection, use the gradient, and then it would make the gradient within my circle all nice.But now whenever I try to use the tool, it fills my entire layer with the gradient instead.I know I still have the circle selected.

View 1 Replies View Related

GIMP :: Best Way To Handle Floating Selection (Pasted Layer)?

Apr 3, 2013

pasting new layers happens so often it's getting a bit redundant to always move my cursor over to the Layers panel, right-click and select New Layer (just the way I have been doing it) to get around the Floating Selection behaviour.

I'm wondering if there is a keyboard shorcut, or if I can change the default behaviour to automatically paste it as a new layer and not as a floating selection, or if there is some other trick people here like using to save time.

As stated I'm using Mac OSX (ML) with GIMP 2.8.3.

View 2 Replies View Related

GIMP :: Move Layer Or Selection In Straight Line?

May 13, 2013

I want to move a layer or a selection in a straight line.

for example: I have a layer and only want to move it horizontally and NOT vertically.

Is it possible in GIMP? If yes, how?

View 3 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 :: 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 :: Why Vector Selection Tool (white Arrow) Change Layer Selection To Another

Sep 1, 2013

I have been continually annoyed, when creating a vector mask-heavy document, with trying to select vector mask points by dragging a rectangle only to find that it instead selects a layer higher up which has a larger vector mask.
 
The only workaround is to manually select the points of my mask or to drag a rectangle from outside the canvas, meaning I have to zoom out or scroll to the edge - sometimes annoying if I am zoomed in quite far.
 
I know that the move tool can be set to automatically select a layer, depending on what part of the image is clicked, but why is there not an option to turn this off for vector editing?

View 1 Replies View Related

Photoshop :: Paste Into Selection

Apr 4, 2006

I have two images. In the first image, I use the rectangular marquee to set a selection that is 50x50. I basically want to take a 200x200 selection from a second image and paste into the 50x50 selection. I want the 200x200 selection to display in full when pasted into the destination?

Second question, when using the rectangular marquee is there a way to manually set the width and height to exact numbers via the keyboard?

View 2 Replies View Related

Paint Shop Pro :: X4 Paste Selection

Dec 4, 2011

I have just upgraded to PSPX4 from X2, but have been using PSP since it was a JASC product. So far I am not very impressed with the new version. My first stumbling block was when I couldn't increase the canvas size on a photo that I'm restoring (9120w x 13298h). A chat session with Corel identified the issue as being a 10000 pixel limitation now being imposed. Although I can work with images >10000, I can't increase any dimension past this figure. Who had that brainwave? I had to put my image into PSPX2, increase the canvase size and then load it back into PSPX4 to continue.

Now today, another issue pops up. I can't seem to find other hits on pasting selections within the forum though, so I am raising this.

I loaded two tif images into my Edit workspace. One image is fairly small and I copied this, switched to the larger image and tried a 'paste as new selection'. This worked OK. The I switched to a paintbrush and made a small change to the main image. I then tried pasting the copied image again with 'paste as new selection'. This time the program locked up with Windows trying to find a resolution. PSPX4 then crashed. I have tried various scenario's to narrow the cause down. So far it seems that I can paste a new selection as many times as I want, but as soon as I use a paintbrush to effect even a small change PSPX4 locks up. It either then crashes, as explained earlier, or I get the round no operation mouse cursor displayed. At this point the main control box buttons (close, minimize etc.) won't respond, neither can I switch to the Manage or Adjust areas. The menu trees respond, but selecting File/Exit doesn't work. I have to use Task Manager to close the program.

I had installed SP1, but trying to identify the cause of this issue I uninstalled X4 and reinstalled the base version from CD (332). All settings were left to default. This is how I am running now, so it looks as if SP1 makes no difference. I have also tried using jpg instead of tif, but this also makes no difference. At the moment I'm thinking of ditching X4 and going back to X2.

I am running Windows 7 Ultimate 64 bit with 8Gb RAM.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Getting A Selection Set After Paste

Feb 28, 2013

Is it possible to get a selection set of what was just pasted into drawing? 

View 8 Replies View Related

Photoshop Elements :: Image Appearing As Paste Selection

Nov 18, 2013

When I select an image to paste in another image I am now only getting 1/4 of the image appearing as the paste selection.

View 2 Replies View Related

GIMP :: Selection Handles On Non-freshly Created Selection

Mar 1, 2013

Right after one makes a selection, say by using the Rectangle SelectTool, is presented with handles that allow altering the selection.

If one then selects another tool without deselecting is being deprivedof these handles while the selection remains active thus rendering himunable to alter the selection in that fashion.

Thus forming my question: is there a way to make these handles to(re-)appear on a non-freshly created selection?

View 3 Replies View Related

Paint Shop Pro :: Paste Cuts Off Bottom Portion Of Selection

May 23, 2011

I've been having a recurring problem with Paint Shop Pro X3. When I try to paste a selection into an existing image, it cuts off the bottom 5-10 pixels. I hover over the existing image with my selection, and the entire selection shows up -- I move it into place, and once I paste it on, it cuts it off -- here is a screen shot -- left side shows full image when still 'selected' -- once I right click it cuts off a part of the bottom portion.

This is a piece of another image being pasted into a blank, new image. They are sized the same height (though that doesn't matter) and after paste, chop chop.

View 2 Replies View Related

AutoCAD VB :: Copy And Paste Created Selection Set To Point X Distance Away?

Aug 13, 2012

I was wable to write some code that makes some already drawn objects on autocad into a selection set.  What I need to do next is copy the selected objects and move them over like a distance of 50 to the right. 

View 7 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 2010 :: Copy Selection With Base Point And Paste It In Another Drawing?

May 23, 2012

Having a problem copy selection with base point and trying to past it in another drawing...

View 2 Replies View Related

GIMP :: How To Blend Selection Edges Of A Selection

Jan 13, 2013

I know how to blend selection edges of a selection in Gimp 2.8.2, but if I have only one side of a selection that needs blending, what should I do?

Lets say that I have a grey box on a black background and only want to blend the left vertical edge into the background.

View 3 Replies View Related

GIMP :: First Selection Disappear While Making Second Selection

Nov 21, 2013

Every time I make the second selection in a picture with the lazo the first selection disappear. what can I do to fix it?

View 8 Replies View Related







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