GIMP :: How To Curve Layer To An Image
Oct 22, 2011
If I wanted to have a picture of a book laying open::
[URL]
And I wanted to put a picture on the right hand side of the book, to look as though it was part of the book, how would I make the curve of the layer(or picture) to mimic that of the book?
View 1 Replies
ADVERTISEMENT
Nov 15, 2011
I wanted to try out was to make a logo fit a sphere, in particular a picture of a lens. Was hoping to get that magnified effect to the logo, I'm trying to make a film society where I live and figured this would make a good poster .
View 2 Replies
View Related
May 1, 2011
I have a GIF image that I need to add something to, but I don't want to add it to every single individual layer. Is there a way to add it over or behind the entire GIF so that it remains static while the GIF's frames cycle - like a watermark or something?
Or if not, is there maybe a script-fu that copies and merges a selected layer over every other individual layer automatically, without messing them up?
I know I'll probably have to just end up manually adding it to each layer, (so many layers...).
View 2 Replies
View Related
Oct 26, 2013
I'm putting some images together and when I put one layer on top of the other, the bottom image bleeds thru. The top layer shows 100% opacity but still see thru it.
I've been working at removing the white background from the image and replacing it with an alpha channel. What can I do to make the top image solid?
View 6 Replies
View Related
Jul 25, 2012
I am making a video in Nero Vision 10 and need to cut out the screen of a tv so that I can layer the TV over an image/video so it looks as though it is on the screen. I enclose a screenshot of the project. 'Transform-tools-crop' only cuts in straight lines so I wonder which device I should use which can cut out an odd bespoke shape? You can see in the uploaded image from the project how the image currently cannot fill the frame without covering it.
View 7 Replies
View Related
Jul 19, 2013
I'm running Gimp 2.8.4 on Ubuntu 13.04 Linux (64-bit) and I'm trying touse the "Bevel and Emboss" layer effect on an image which I copied fromanother image. Here is what I've done:
1. Loaded image 'A' into Gimp
2. Selected a portion of it
3. Used "/Edit/Copy" to copy the selection
4. Used "/Edit/Paste As/New image" to create a new image from the selection
5. In the new window for the new image, "/FX-Foundry/Layer effects/Bevel and Emboss"
6. When the "Bevel and Emboss" window opens, I accept the defaults and click "Ok"
The filter starts to run and then stops with an error message. Here is the message I get:
------------ START ------------------
Bevel and Emboss Message
Error while executing script-fu-layer-effects-bevel-and-emboss:
Error: ( : 1) Procedure execution of gimp-selection-layer-alpha failed on invalid input arguments: Item 'Pasted Layer copy' (87) cannot be used because it has not been added to an image
----------- END -------------------
View 5 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
May 30, 2011
i am trying to use it to design button badges on my new laptop. I have photoshop on my old laptop and have lots of psd files that I have been trying to use with GIMP.
I am finding that GIMP is shrinking my images when I import them to different images and when I come to print them on A4 they are smaller than they should be, and so useless to me in making my badges...
Printing the original image from GIMP gives me it in it's intended size though. How can I stop this from happening?
It happend when I import into an A4 - as I need to fit approximately 40 badge images per sheet.
View 4 Replies
View Related
Dec 26, 2013
When I add a gif layer to another one the image becomes distorted and really bad. I did this the first time and I was able to make 8 gifs play in a row without any problems.
ex: [URL].........
View 1 Replies
View Related
Aug 20, 2012
How can I resize a image and layer once I have created the image? When I print the image, it always come out the same size .
View 1 Replies
View Related
Aug 5, 2013
My task is to do a batch processing over an folder with images. I want to add an alpha layer to every image (png). The alpha layer is from a static second image (bmp).
I can accomplish the task in the GIMP front end manually, but the exactly same steps in my script aren't working.
Here's the script:
(define (script-fu-batch-alpha-add globalpha globpics) (let* ((filelist (cadr (file-glob globpics 1))) (filealpha (car(cadr (file-glob globalpha 1)))) (imgalpha (car (gimp-file-load RUN-NONINTERACTIVE
filealpha filealpha))) (drawablealpha (car (gimp-image-get-active-layer imgalpha)))
[code].......
View 6 Replies
View Related
Oct 12, 2013
So after I insert a new layer into the image, I want to move it around. However, I want its location to be precise - like how you can type in the exact coordinates of a selection. Is there any way to do this?
View 3 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
Dec 27, 2011
I'm always cropping pieces of a large composition, then saving, then undoing and repeating. I noticed that GIMP has an understanding of layer size. If I could only save the image based on the layer size, I wouldn't need to crop every time, then undo. It would just know!
Aside from the redundancy, sometimes changes are made after cropping and saving and I am unable to return back to my original document size after exhausting undo's. Which means that everything else in the image is gone.
View 1 Replies
View Related
Jul 15, 2013
I have created a layer group - I want to move it butit seems I must still move one layer at a time. Is there a way to move a layer group across an image?
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
Feb 2, 2012
I used GAP to create animated fire and I want to know if there's a way to save each layer as a png without merging or flattening the image.
View 3 Replies
View Related
Sep 23, 2012
Did 2.8 remove the ability to drag and copy a layer from one image to another? This does not work when I try opening more than one image and dragging a layer between the two images by switching between tabs.
Is there some default box I need to uncheck or some new way to do this?
View 3 Replies
View Related
Mar 17, 2011
I have a few images that I have saved from online that have an alpha layer in them. When I open them in GIMP, the checkerboard pattern makes it far too difficult to edit the image. When I try any of the obvious options for removing the alpha layer, the result looks awful.
How do I remove an alpha layer without changing the way that an image looks when it's viewed in an image viewer (or GIMP)?
View 3 Replies
View Related
Mar 9, 2013
I was trying to teach myself to use gradients the other day... And now when I start a new project and try to paste in a photo as a new layer, it pastes as the gradient instead.
I have opened up both the gradients dialog and the gradients editor but cannot turn it off. In fact, when I open a brand new (empty) file, I can see the gradient attached to my pointer (mouse).
View 4 Replies
View Related
Feb 4, 2014
I have an image that looks like this...
[URL]
...that I would like to look like...
[URL]
So the motorcycle would be all white but stay within the bounds of the current lines of the bike. I did some digging and it looks like I need to add a layer mask which I did without any luck. When I add a layer mask which option should I choose?
View 6 Replies
View Related
Dec 31, 2012
I've had gimp for quite awhile now and ive never come across this problem before. im trying to use the layer mask with greyscale and inverted image just as i always have. but when i go to edit my color i get grey! ive always been able to change colors this way! i know that the mode is set to rgb. im on the correct layer. ive closed it. ive restarted my laptop.
If i click on the transparency part i get a big blob of color as i should. but on the mask it does what its supposed to but in shades of grey. i dont understand whats wrong! it always worked perfectly. . .
newest Gimp
windows 7
Only thing that i have changed is i have a new tablet but i still have the problem without the tablet
View 1 Replies
View Related
Feb 19, 2012
What's the difference between merge layer and flatten image?Especially in terms of saving the image. I understend that flatten image simply takes things down to one layer but what is partucularly different about merge?
The other thing is is it possible to distort just a portion of an image rather than the whole thing. Say for example to lengthen someones neck only? The only way I've found is to cut a selection then move things around leaving a gap that has to be filled using clone etc. Is there some way of stretching and compressing just portions of the image?
View 3 Replies
View Related
Jun 22, 2011
I am trying to decipher an image (it's for an online game and I refuse to cheat for the answer!!)
I have a .psd image, that I have opened into layers - see the attached screenshot... It makes far more sense than the long-winded paragraph I just deleted!! All other layers were easy to deal with I just had to click on the eye to make them visible, but the one with the dotted box around it - I can't work out what to do..
So for this troublesome layer, I need to work out how to 'see' whatever is hiding in there. I have played around with lots of things, but the best I get is a white box if I remove the alpha channel.
I don't want to know what the other letters are, just how to find them.
The original image is here, it will prompt to open or save: [URL] .......
View 3 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
Mar 2, 2012
When I open a image the image opens in the large center Gimp window but does not open in the right side layers window as a background image. Why not.
I opened a picture of my car & I want to try to change the color. A YouTube Gimp video shows using layers but I don't have a picture of my car in the layers window.
View 6 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
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
Mar 27, 2013
With Gimp 2.8 (Mac) I have made a 3D text with a YouTube tutorial. It looks like the Pulp Fiction logo. [URL]...........
How do I overlay a grungy texture, so the letters look 'older'?I tried making the texture image the top layer in the list on the right and then this: right click -> layer -> transparency -> color to alpha.But then, the 'see-through' texture covers the entire square transparent background! Not just the letters...So, how do I add a transparent texture layer over a shaped image that has a transparent background?
View 5 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
Nov 16, 2013
I have a layer of a music staff with wavy lines. I want to create a new text layer to go on the staff and curve exactly to the lines in the staff. I've tried curve, warp, distort...all of those, but I can't get it perfect. Is there any way to curve a layer exactly to another layer?
View 1 Replies
View Related