GIMP :: (blend) Borders Of Image That Paste Onto Another Image?
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
ADVERTISEMENT
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
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
Dec 1, 2011
1st post and new to gimp. this is my 1st attempt at anything with gimp. No previous experience with any other photo editing tool other than Microsoft Paint.
I have a company logo with a white background. I want to make the white backgound dissapear(become transparent) and than create a white border around the graphics in the image. After this editing I will take this edited image and place it on top of a larger image and it will some "pop" and not blend in.
View 12 Replies
View Related
May 24, 2011
How to create the borders for the first row of letter in this image.
ColourSource.jpg (55.57K)
Number of downloads: 13
View 2 Replies
View Related
Jan 25, 2013
How do you take an image, and set another image inside of it. Using a gradual blending transformation, where you are able to see the main image, with a gradual transformation to the image you placed inside.
View 2 Replies
View Related
Feb 15, 2013
I am having an issue with Gimp after taking a heart shaped transparent bg image and filling the transparent parts with a flame pattern, and adding new image objects as layers, every time I flatten the image or export the image to jpg, there is a noticeable white border around the heart! I DON'T want that!!! how can I export or flatten the image without?
View 3 Replies
View Related
Apr 19, 2012
When I copy a selection from one image to another, I can't select the feather tool to blend it in the new image (it's greyed out). I have to first anchor the layer, then use the paths tool to re-select the pasted portion again, then feather. Is there another way?
Update: Looks like I can feather before copying/pasting the selection.
View 4 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
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
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
Aug 12, 2011
Whenever I paste an image from the internet into Gimp, the image is shifted 3 pixels to the right, and those three pixel columns wrap around to the left side. At the bottom of those three now leftmost columns are a red, green, and blue pixel.
What the bottom left corner looks like:
This only started recently and I can't think of anything I changed recently to trigger it.
View 2 Replies
View Related
Oct 23, 2012
If I take an image, and using the path tool, draw an area, then do a selection from path, cut/copy and paste as 'new image' then save the new image as a .bmp, .jpg etc, I am getting the whole original image instead of the cut an pasted portion. The full image does not show up as long as the drawing remains in .xcf (the background is a grey checkerboard). When saved as .jpg or .bmp the checkerboard is replaced by the original source image that it was cut from. This is Gimp 2.6.11 under Linux.
I have checked for extra layers, tried removing alpha channels, doing a 'copy visible' and re-pasting, merging of all layers all to no avail. It doesn't always happen either so there must be something, some setting or clicky box somewhere.
View 3 Replies
View Related
Jun 20, 2013
So I am trying to work with a web page template in dreamweaver. I am attempting to open the background image in this template with gimp, then paste over top of the Original image with a new image. Every time I paste the new image in it takes the color style of the original.
I.E. The original image is in shades of brown while the new image is in many different colors. Whenever I paste the new image (the image with many colors) it changes to shades of brown like the original image.
The same thing happens if I open the new image as a new layer or just simply copy and paste the new image in.
How do I bring the new image in without it changing colors?
View 2 Replies
View Related
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
Oct 11, 2012
Ive built a website to sell makeup and cosmetics and am currently in the process of photographing every item to get the products on the site.
I take the pics on a white card background, in GIMP I need to basically 'cut out' the product and copy and paste it on to a blank white template. By using a template all my pics should be the same size once uploaded on to my site.
View 1 Replies
View Related
Dec 13, 2011
I'm very new to this photo editing. Never used photo shop. Only slightly understand what a layer is and don't really know how they work.
Basically I want to take one image of a person looking at a computer screen and then on the computer screen I want to paste another image so it looks as though they're looking at the image.I have both images but how to cut, copy, paste and resize so that the image fits the screen.
View 1 Replies
View Related
Sep 17, 2012
I am having problems copying/pasting an image into Gimp. Instead of the image itself being pasted, it pastes the mac symbol for Jpeg (the photo of the little Asian boy by the sea with the camera lens on top). The same happens pasting an EPS file. I don't understand as I have managed to paste an image before. I have tried pasting into selection/pasting as new image/pasting as new layer. All the same. Neither will Gimp let me drag an image into it from finder or the desktop. I've tried opening a new file from scratch too. Same problem.
I'm using a macbook pro. OX 10.6.8
View 3 Replies
View Related
Jun 28, 2012
When I cut, and copy an image to the clipboard and then paste the image into a new, blank page, it pastes the image multiple times (about 20) on the one page. How can I revert to it pasting just one image?
View 1 Replies
View Related
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
Jul 24, 2012
I just finished a logo design in corel draw x5.The design was made on a a4 dimensions.I copy the elements to paste them into a much smaller canvas but the image when minimized is pixelated not vectored as the original.
How can I paste the image and the image is as the original (vectored)?
View 8 Replies
View Related
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
Aug 15, 2005
Does anyone know how to make the edges of the picture fade away and blend with the background?
View 2 Replies
View Related
Aug 7, 2011
How to do basic things like creating outlined text or circular text. I'm trying to design a business card and trying to have text along the inner edges to create a border. So far the only method I know is to create sections of text and rotate them individually, but isn't there an easier way that looks more natural? Any methods that can generate a better appearance.
View 1 Replies
View Related
Dec 1, 2008
Is there any way to do this automatically or with somekind of filter? Please check this sample:
I mean that white border with "scratch".
View 1 Replies
View Related
Feb 15, 2006
Is it possible to paste a gif image into a jpg image?
I also can't insert text into the jpg image.
View 1 Replies
View Related
Mar 1, 2009
Im looking to paste an image onto another image, you chaps have shown me how to do that, what im trying to do is remove the white backgorund from a pic similar to this, so that i can paste it into another pic. IS THERE an easy way to do this, without going round the whole shape with the lassoo tool. Ie turn the background into a "see thorugh layer"
View 3 Replies
View Related
Apr 3, 2008
I am creating an image border using the rectangle marquee, and making it jagged by applying a Stylize > Wind filter to it.
Using Wind there is no way to adjust the jagged edges, is there any kind of third party plugin that gives me more editing features?
View 1 Replies
View Related
Sep 18, 2013
I have a picture of a man that i deleted its background using the magic wand. I chose the background with the best tolerance that i can and push "delete" button. his deleted the background.
But when i put that man on another dark background, i can see a very thin white line around the man, like it was "cut" from another image (which is true...) how do i get rid of this white line around him?
I tried to focus and delete it manually but it is an endless work. I attached the image, do you see the white stripe around the man?
Attached Thumbnails
View 12 Replies
View Related
Aug 11, 2007
i was wondering if there is a way to blend the same image together. One side of the image is green plain. The other is a woman's face with greenish grayish background bhind her but a little to the right is the plain green box. How do i blend the green into her background? I have seen the blending of two photos together but what if it is the same photo?
View 1 Replies
View Related
Dec 11, 2013
I'm creating a brochure in Illustrator, and using an image as the background. The image extends beyond the A4 borders of the artboard.
When I exit the background layer, what setting do I use to only show thecontents within the boundary of the border of the artboard?
View 2 Replies
View Related