GIMP :: Can See Bottom Layer Through Top Layer Image

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


ADVERTISEMENT

GIMP :: Make Edges Of Top Layer Blend In With Bottom Layer To Tell That There Is A Line

Feb 4, 2013

How do I make the edges of the top layer blend in with the bottom layer so you cannot tell that there is a line??? I want to make it look like a heart but I don't know how to smoothen the edges to make it look like it is part of the bottom layer so when I merge the layers there is no goofy lines looking like someone cropped another fire picture out...

fire3.xcf (Size: 489.68 KB / Downloads: 38)

View 6 Replies View Related

GIMP :: GIF Image - Copy And Merge Selected Layer Over Every Other Individual Layer Automatically

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

Photoshop :: Possible To Flatten Bottom Most Layer To Make Background Layer

Aug 5, 2013

I have a large psd. The bottom most Layer can be a background layer is it possible to flatten just this layer to make is a background layer as this may make the file size smaller. Im working in PH5 on a Mac.

View 2 Replies View Related

Illustrator :: When Reduce Opacity Of Top Layer How To Keep Bottom Layer From Shining Through

Dec 7, 2013

I have two objects intersecting each other on different layers. The object on the top layer I reduced the opacity for and the bottom layer which was previously hidden now is shining through. I do not want this to happen. I want the bottom layer to remain hidden beneath the top layer despite the lowered opacity. How would I accompish this simply? I have CS2.

View 6 Replies View Related

GIMP :: Copy Result Of Subtract Layer Mode To New Layer

Apr 16, 2013

I have two similar images where the subject has moved between the images. I have them in the same file as two separate layers and am using the subtract layer mode to identify where they differ, (roughly!).

I want to be able to use the subtract layer as a completely new layer so that I can make edits to it. The only way I have found to do this at the moment is to 'copy visible', but this still brings other elements that I don't want from where the layers overlap.

View 3 Replies View Related

GIMP :: Cutting Hole In Image Of TV Screen To Insert (layer Over) Image

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

GIMP :: How To Use Bevel And Emboss Layer Effect On Image Copied From Another Image

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

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

GIMP :: Layer Modes Don't Work In Layer Groups?

Jan 20, 2014

For the projects I'm working on, I use the same template beneath the different layer groups of each different project. When I move a "color" layer into the group, however, it doesn't show up like it's supposed to. It behaves as if the 'color' layer is a blank layer, and has no effect. Is there any way to get this to work or?...

ALSO: I can't open images by URL.

View 3 Replies View Related

GIMP :: Align Single Layer In A Layer Group?

Jun 7, 2013

Why can't I align a single layer that is inside a layer group? The align tool would always select the top most layer group as the 'boundary' for alignment, thus automatically selecting the whole layers inside of it and align them as a group.

Is this a bug or just GIMP's weakness? It definitely reduces the layer group's usefulness.

View 5 Replies View Related

GIMP :: Transform A Layer Without Moving Its Layer Mask?

Dec 14, 2012

Long time gimp user, but for basic tasks only. Now I would like to get my hands dirty a little more. I'm trying to setup a workflow that involves CAD, Inkscape and GIMP. Basically I did some architectural drawing in CAD, used Inkscape to clean up and convert DXG into SVG, so that I can use paths into GIMP. I did a script that for every path creates a new transparent layer with a layer mask using the path, so I can add fills and textures quickly. Now to the problem: say I want to add a texture from another image, i paste the image into the appropriate layer, then I want to transform the texture a bit (scale, rotate and perspective). the result is that the layer mask is transformed, too. I tried to disable the mask during transform, but didn't work.

Is there a way to workaround this? maybe some layer mode instead of layer mask?

View 8 Replies View Related

GIMP :: Layer Groups And Layer Modes / Opacity?

May 14, 2012

I just downloaded GIMP 2.8 (on Windows 7) and was using the layer groups to organize a project I'm doing. I noticed that whenever I put the layers into the layer group, nothing I do to them actually affects the image (for example if I change the opacity of the layer, it doesn't actually change). If I drag them out of the layer group they function perfectly; sometimes if I edit them and then drag them into the group they also work fine.

As I was writing this post I tested dragging a layer set to "dodge" into the group and it didn't work. It kept the dodge setting, but it looked as if it was on normal; however, I drug another layer set on dodge into the group and it worked fine.

Is this feature just broken on Windows, or does it not work like I thought (where you can drag them in and edit them individually, or edit them all by editing the layer group itself)?

View 4 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 :: Image Distorted When Add GIF Layer To Another One

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

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

GIMP :: Resize Image / Layer

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

GIMP :: Add Alpha Layer To Every Image (PNG)

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

GIMP :: Insert A New Layer Into Image

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

GIMP :: Shrinking Image / Layer When Import To New / Different Image?

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

Paint.NET :: Matching Top Layer To Bottom One

Jul 13, 2013

I have a photo of two guys as the background, and two more layers on top to put a ZZ Top beard on each of them.  I cut out the beard from a Billy Gibbons photo, and trimmed it up as good as I can.  In the Billy picture he is wearing a black shirt, so behind the reddish beard are traces of black.
 
The issue:The first guy in the background is also wearing a black shirt, so the beard blends perfectly on him.  However, the second guy is wearing a turquoise shirt, and as a result, the beard does not blend well whatsoever, and the edges are terrible.  I need a method to color change (or whatever) so that the black traces on the beard become turquoise traces, and thus blend with his shirt. 
 
I don't want to solve this with some kind of feathering or blur, because I want the edges of the red beard to be sharp, like they look on the first guy.  I think I need to solve this with a color changing technique, but now sure how to do it in Paint.net.
 
Although I'm relatively new with Paint.net, years ago I became quite proficient with PaintShop Pro doing web applications.  As I recall, there was a function of the color changer there, which would not only change from Color 1 to Color 2, but would preserve the differences in the color shades.  So far example, if you set the color changer to change a blue shade to a red shade, and set the tolerance up some, not only would it include several blue shades from the source, but it produce various shades of red in the destination.  So the result was not just a solid spot of red, but rather a nicely shaded red,
 
I have looked at the Paint.net color changer, and although I see how the tolerance level can dictate various shades of input to include, it seems to map all of those included pixels to just plain red, one exact color.  I'm thinking surely it will do what I want, but for the life of me, I can't find it in the tool or in my searches.

View 5 Replies View Related

Photoshop :: When / Why To Create Master Layer In CS6 For Multi-layer Image

Sep 14, 2012

A link or a brief explanation of"when & why" and "how to use" a master layer when working with a multi - layered image (psd or psb) file in CS6.
 
I've seen a couple of tutorials that make use of a "master layer" but I don't understand the "when & why.

View 11 Replies View Related

Paint Shop Pro :: Clip Image Or Adjustment Layer To Another Layer

Oct 16, 2012

I'm new to Paint shop. Is it possible to clip an adjustment layer or image to just the layer below it like in Photoshop? Or maybe Paint shop calls it something else?

View 14 Replies View Related

Paint.NET :: How To Resize Images In One Layer To Be To Scale For Image In Another Layer

Mar 24, 2011

I would like to make a composite image with source images making up the various layers (so I can work my magic on each layer indepent of the others). The problem I have is that not all of the images I'm using are to the right scale. What I want to do is resize those layers that are too big. Here's an example...

Let's say I have 5 pictures that I want to use to make one composite image from. The main background layer will be made from an image that is, say 800x600.

Another picture (let's call this subject 1) is 600x600 and is already at the right scale if I cut out the portion I want to keep and lay it on top of the background layer.

Yet another picture (subject 2) is huge (think 2000x2000). I would like to cut out the portion I would like to use and drop it in as a new layer and then obviously re-size it down to the correct scale. I'd prefer to do this directly in the composite image I'm making on its own layer to ensure I get the size right (and without manipulating the image guess-work style before I cut/paste it in).And so on...

I've found ways to make the canvas bigger (not what I want to do)... but not anything on how to resize the images on individual layers without impacting the other layers. Is there a way to do this?

View 2 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 :: Save Image With Layer Size?

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

GIMP :: Move Layer Group Across Image?

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

GIMP :: Make Layer Mask Its Own Layer?

Nov 24, 2013

How would you take a layer mask, and make it its own layer? If you try copying and pasting a layer mask, you can only dock it to another layer.

View 1 Replies View Related

GIMP :: How To Erase On One Layer And Have Other Layer Showing Through

May 2, 2012

how to erase on one layer and have the other layer showing through. I believe I have Gimp 2.6. But I am not sure.

View 4 Replies View Related

GIMP :: Duplicating A Layer To Make Another Layer

Jul 15, 2012

In order to make a copy of a layer. I know I make a copy of the layer, but then I'm having issues taking the layer, and reversing it horizontally so that I can create a new layer using the previous copied layer. I don't know what I'm doing wrong, and I've been experimenting with it. I'm now able to create really nice and curvy looking hills, but still just not able to copy it, and reverse it.

View 2 Replies View Related

GIMP :: Transform Layer By Manipulating The Layer Itself

Feb 1, 2014

I would like to know if there is a way I can transform a layer by manipulating the layer itself.

For instance, I can select Layer-->Transform-->ArbitraryRotation, and then use the mouse directly on the layer, giving me a "realtime" vies of the rotation.

Is there any way to do this with something like the "Scale Layer" function, so I could transform a layer directly, while seeing in realtime the difference the scaling makes?

View 3 Replies View Related







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