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
ADVERTISEMENT
Mar 26, 2013
I need to get the visible portion of a particular layer in the final image.Lets say i have 4 layers and some portion of each layer is visible in the flattened image i would like to get the portion from each of the layers. The input will be in xcvf format.I will ideally want to automate this and output to file in some format looking like this,
Layer1 ---> Co-ordinates of visible polygon from this particular layer in the image .
Layer2 ---> And so on.
How to proceed with the script. I think brute force is to take each non-transparent pixel and and find the same pixel in all above layers if it is not found it will be added to the region.Or something exists like selection from alpha combined with multiple layers ?
Or if there is a way to find out for an image with all layers visible which pixel came from which layer ?
View 3 Replies
View Related
Nov 27, 2012
I'm brand new to GIMP, I just downloaded it to get into some simple pixel art.
I was going fine, but I've run into a problem. I'm trying to select a portion of my image using the rectangle tool, and then move it to a different location using the move tool. However, when clicking and dragging the move tool it shifts the entire image, not just the portion I have selected. I read in the FAQ that you need to press "Enter" to finalise the selection before you move it, but even doing that doesn't work.
This was working fine for me earlier, I'm not sure what I've done to break it. I've tried resetting my tool preferences back to defaults but that has not worked.
View 1 Replies
View Related
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
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
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
Sep 24, 2012
I already know about the Select-->By Color and then Edit-->Clear method of removing all of a certain color from an image. The thing I was wondering was what would be the best method in Gimp to select only certain portions of a certain color in an image and have them cleared out, not all of that color.
I attached an image to this post. In that image, I want to only remove the white background, not the white in the eyes of the white in the hands.
View 3 Replies
View Related
Jan 13, 2012
Is it possible to select a part of an Image on the background layer. And when you delete it, its removed from the rest of the layers as well.
Because I'm working with a DDS image and it has mipmaps (smaller and smaller copies of the background made as seperate layers.)
View 1 Replies
View Related
Oct 25, 2012
I'd like to be to select a layer groups and copy them over to another pre-existing image.
I've been struggling with this for an hour or so, and I haven't found a way to do this.
Is is possible to do this in GIMP?
The closet I've found is a kind of paste where you do this: drag the tab of the origin image over to the tab of the target image. The result is a new layer in the target image called "dropped buffer". However, the entire origin image is imported flattened.
I've been trying other drag and drop operations, but without success. Usually when I drop the selection to the target image, the icon under the mouse dissapears, and nothing actually happens.
I thought this might be a window manager problem. But I get the same results across kde, gnome and xfce.
View 1 Replies
View Related
Dec 16, 2011
Is there an option to move just a portion of a layer (with the Move, Scale, or Rotate tools, for example) without having to first copy the portion, then delete it, and then paste it as a whole new layer?
For instance, if you have a picture of a house and there's a tree off to the side, and you want to shrink the tree a bit so the house looks bigger. Currently, I would ( a ) copy the tree, ( b ) delete that selection, and ( c ) paste the tree as a new layer....and then finally (d) shrink that.
But could I simply select the tree and shrink it on the same layer?
View 4 Replies
View Related
Nov 10, 2011
there's nothing in that dropdown menu for you to select your source image/layer in the Move Path plugin.I am using an XCF (Gimp) file, with many layers. I selected a particular layer, then I opened the Move Path plugin.
View 2 Replies
View Related
Apr 4, 2012
I have a PNG image with only one layer as a start point. It has a faded map on it.
I have a second PNG image with a hex grid on it. I do colour to Alpha to establish transparency on the hex grid for white filled hexes (others are not filled with white).
Now, I wish to overlay a portion of the first image with the faded map with the non-transparent part of the second image.
So I select by colour (for the hexes not filled with white) on the second image (the overlay) and I then paste to the first image (after creating a transparency layer and selecting it to receive the overlay).
I see the desired overlay section (minus any transparent stuff as expected), however it is centered over the map in the first image, not where I want it to be. It is a floating selection and must be anchored. So I select the anchor icon in the layer dialog and I think I anchor it into the transparency layer on the first image (that's what I'm trying to do anyway).
And then my problem:
I want to move the thing I just pasted in to the right place with respect to the underlying faded map. I attempt to use the move tool, but all I move is the background map (pretty much the opposite of what I want).
Nothing I do seems to let me reselect the pasted-in overlay so that I can move it.
Why I can't ever reposition the pasted in overlay? It should be in the transparency layer I created but even if I select all, I don't seem to be able to move anything other than the background image.
View 2 Replies
View Related
Dec 11, 2011
Using GIMP 2.6.11 under Windows XP
Is this real? I am really amazed that there is no way to do this. Am I missing something? I have multiple images, each with a unique background layer. On top are multiple other layers, both images and text layers. I was editing one and was about to save it but then realized it was on the wrong background.
All I want to do is select four or five layers from this unsaved image with Background A, copy them and then open an image with Background B and paste them in so there will be minimal issues with alignments and such. I have been editing each of these four layers and there are a fair bit of changes that have been made to just throw them away and start over. The background is not the only difference between the images, it is just what I use as a reference so copying that over to the unsaved image would also require multiple layer copy/pasting.
I have already tried linking the layers but any copy/cut/paste seems to only work on the active layer, unless I am again missing something. This seems like a really fundamental function to not be supported.
View 7 Replies
View Related
Jun 10, 2013
I have a large background image and I want to change (lower) the transparency of the header portion. I can select the portion with the rectangle, but after that I'm stuck. I tried changing opacity but it affected the entire image. I tried selecting Layer -> transparency -> add alpha channel, but that didn't do anything that I could see. How do I make the rectangle portion that I selected somewhat blurry?
Note: I did simply blur out the header portion of my image as one solution. But is it possible to add a layer over just the header part of the image and make that layer semi transparent?
View 4 Replies
View Related
Apr 28, 2011
I have a nice image that has lost the red channel histogram data for about half of the image. It can still be viewed, and the preview is correct.
Can I copy the histogram data from the red channel of the non-corrupt portion of the image? I know it's the red channel because when I open the color data from the corrupted portion the red channel is literally non-existant.
View 1 Replies
View Related
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
View Related
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
Sep 28, 2011
I know how to do it in Photoshop, but I can't figure it out in Xara...I have Xara Designer Pro 7 BTW...
View 3 Replies
View Related
Jun 22, 2013
i was wondering if it would be possible to get a plugin or maybe there's a way to do this that would 'blend' the border of one image that you paste on top of another, larger image. so that the borders wont contrast - like a black dot on a white page.
if that description doesn't make sense, imagine using such a tool on a a black dot on a white page. it would make the outer part of the circle transition from black, to dark grey, to a lighter grey, and then to white...
View 2 Replies
View Related
Jul 5, 2012
I want to cut the right half of one image and paste it in exactly the same position on a second image.
I've found that by cropping I can get a very precise cut but I want to know if there is a way to paste it or move it once pasted to exactly the right half of the image I am pasting it into.
View 4 Replies
View Related
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
Aug 1, 2013
When I Select All/Copy a photo to Paste as New Layer on top of another photo, it always pastes as a humongous image. I have to scroll & scroll & scroll down to find grab handles, then fiddle & fiddle resizing the image to the same size as the underlying photo. I take the photos with the same camera. Seems to me the photos ought to be the same size!
View 3 Replies
View Related
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
Apr 1, 2013
In Gimp 2.8.4 on Ubuntu 13.04, I cannot select more than one layer. Shift+click does not work, so aligning layers is not possible either. The two packages I installed are Gimp itself and gimp-plugin-registry.
View 2 Replies
View Related
Dec 13, 2013
What is the best way to paste an image into a background and have it blend nicely with the background to avoid jaggies.
I've been playing with the blur and smudge icon but then it depends on my eye and I lose resolution around the edges. I guess what I would want ideally is for a way to paste my image then have a slider or a way to select the amount of anti aliasing from image to background.
View 2 Replies
View Related
Sep 2, 2012
I have an image, all black of a ballerina on one layer, with black text on another. I am trying to put a bouquet of red roses at her feet, but it turns shades of grey when I attempt to do that.
View 2 Replies
View Related
Nov 15, 2011
Okay I have been a avid user of Photoshop for years and I mean well over 10 years now. And I thought why not try something new, plus I saw something that GIMP could do that Photoshop couldn't so I went ahead a downloaded the program, but since I am so used to Photoshop I sort of expected GIMP to be almost the same as Photoshop and well it isn't. (Don't judge me now) so I have a few questions on certain things.
1: How do you select an object inside the layer, with PS you can just ctrl click in the window and poof it's there around your selected item, But GIMP doesn't do that so how do you do that in GIMP?
2: When using the circle tool, I get this green box thing around the whatever it's called and I don't see any marching ants. What am I doing wrong and how do I get that to go away if it's possible?
3: where is the crop tool? What does it look like?
4: How come some of the options for the brushes won't allow you the change them? like for instance, if I go to windows>brushes and double click on any of the brushes another window pops open and it says: Brush editor read only. What does that mean? You can't make any of the brushes in spatter brushes?
View 1 Replies
View Related
Oct 15, 2013
Recently upgraded to GIMP 2.8.6 and trying to select foreground item to use on different layer. Not working as I expected. Viewed demo on YouTube which indicated the last step or two would create a new layer and paste selected foreground on it.
When I attempt use the lasso tool, go over foreground with big brush and hit Enter, the foreground is selected but there is no new layer. I tried with no Alpha channel and tried making one before starting Foreground Selection Tool. Neither way seems to work. Am I wrong in understanding how the tool works, or am I leaving something out? Do I need to download a third-party Foreground Selection Tool? The video on YouTube is two years old but it seems to be talking about a "new" feature in GIMP.
View 1 Replies
View Related
Apr 17, 2011
How can I select a layer by clicking on canvas like I can with Photoshop (Auto select layer enabled).
View 1 Replies
View Related
Aug 21, 2012
Is there a way to select all the layers in the Layers Window? is: I've got a GIF animation that's comprised of 590 individual layers, and to work on specific layers, It'd be convenient to be able to hide all the layers other than the layer I'm working on - maybe with a dialog under Layers>>Stack>>Select all Layers>>Hide, or an "eye" checkbox at the top or bottom of the Layers window that would select all layers, thereby allowing me to "unhide" the selected layer by checking the "eye" ,(show), checkbox of the relevant layer.
Currently, the only way I know of to work on a specific layer within such a stack is to move the layer to the top of the stack so it becomes the visible layer, perform the work, then return the layer to its original location.
View 4 Replies
View Related
Jan 29, 2012
I have one image that has a specific texture I want to reuse for my own custom image, but I'm not sure how to use it in the paint brush while working on the other one. Can I do it the way I described?
View 2 Replies
View Related