GIMP :: How To Copy And Paste Image Without Changing Colors

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


ADVERTISEMENT

GIMP :: Copy Part Of Image And Paste It To Another?

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

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 :: How To Cut / Copy / Paste And Resize So That Image Fits Screen

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

GIMP :: Copy / Paste Image - Mac Symbol For JPED Pasted

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

GIMP :: Copy / Paste Text From One JPG To Other

Feb 20, 2013

I have not got the hang of layers but i need to copy text/letters from a scanned page

How do i do i copy and paste text from one jpg to create another. I have tried Ctl + c to copy but when i click the other layer to then Ctrl + A and then CTRL + P to paste like a youtbe video suggests, instead of the copied text being pasted on i get a dialogue window for the printer.

View 1 Replies View Related

GIMP :: 2.8.4 - Can't Copy And Paste Images From The Web?

Jul 11, 2013

I'm not new to GIMP by any means, but I am new to THIS Gimp. By that I mean, I recently downloaded 2.8.4 for Mac and got rid of my older copy.

Now I'm having a strange problem:

Whenever I try to copy images from webpages (or anywhere that ISN'T saved to my computer and opened in Gimp), I get a message that says "There is no data in the clipboard to paste" when I attempt to paste it into an open Gimp document.

Is there some sort of setting I have to enable?

View 5 Replies View Related

GIMP :: Copy And Paste With Same Dimensions

Nov 6, 2012

if i do a print screen, and then paste that into gimp, then i use the selection tool to select a small portion of the original image, how do i paste it onto a new layer that matches the dimensions of the cut out selection i copied or cut? I have been doing it the uber hard way of where i copy the selection, create new layer and keeps the same pixle dims as the original so i have had to manualy change it and guess what dims i need. takes to long. is there a way to just copy/cut and paste a selection onto a new layer that automatically fits the same dims as the selection so i do not have to keep doing it the hard way?

View 14 Replies View Related

GIMP :: After Copy And Paste Can't Draw

Mar 18, 2012

I have copied from one file to another, and now my paint or pencil tool both have the entire image stuck to them, and when I try to paint, the entire image gets pasted on to the image.

View 3 Replies View Related

GIMP :: Transparent PNGs Via Copy And Paste?

May 20, 2013

I have a folder with about 600 transparent PNGs that I use in my photomanipulation projects in Gimp... about 100 of those are the most used of the 600.... would it be a good idea or a bad idea to make Gimp brushes out of those PNGs? or should I just stick to using transparent PNGs via copy and paste?

View 2 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 :: Unable To Copy / Paste From Internet

Jul 3, 2013

I recently updated Gimp on my Mac Version 10.7.5. I can't copy and paste images from the Internet. Instead, I have to save that image, open it on Gimp, select all of it, and then I can paste it onto my work document. It's a huge hassle, and I'm sure there's a way I can copy and paste images from the Internet. When I try, it just says there is no image data on the clipboard for me to paste.

View 2 Replies View Related

Photoshop :: Copy One Image And Paste It Into Selection (masked) Of Another Image

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

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 :: Copy / Paste Alpha Channel - Texturing

May 18, 2013

I have some textures, and i am trying to pack them into texture atlas. All of them are RGBA png's generated with PIL (Python Image Lib). I am opening all of them in gimp and copy-pasting them into their new place in texture atlas.

But i have noticed something strange, i am storing specular map in alpha channel of my diffuse textures, and emission value in alpha channel of normal textures.

The problem is, that GIMP does not copy pixels with 0 alpha value into clipboard. So, when i am trying to copy a normal map from source to atlas, and if emission value is 0, then GIMP is not copying anything, i am getting empty layer pasted into my atlas, if there are 0 alpha value pixels in diffuse map they are not copied to destination, even selection outline shows that there are no pixels in places where specular is set to 0.

View 6 Replies View Related

GIMP :: Select / Copy / Paste Multiple Layers?

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

Paint.NET :: Copy And Paste Ball Image B On A Image

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

Photoshop :: Copy/Paste From 1 Image To Another

Mar 12, 2009

I have created an image on a document sized 14.5*10 cm. I am trying to copy the whole image to a new A4 document and it looks tiny or very fuzzy (if resized). Why is the image tiny when the document size is not that much different?

View 1 Replies View Related

Photoshop :: Image Size After Copy & Paste

Jan 11, 2008

I do a 8.5 x 11 reso around 75 or up to 150. I lasso out something and paste it to my doc and sometimes it is tiny. Is that because my reso is to high?

View 1 Replies View Related

GIMP :: How To Copy Colors Of Old Background

Jul 26, 2012

I've got a background layer that I want to copy and create a new file with it but I'm not sure how to do that.

Also, how do I get the color specs so I could simply go in and recreate it at will?

View 1 Replies View Related

GIMP :: Changing Colors With Colorize?

Jun 28, 2013

Somebody want me to edit their picture where an orange tank top has to be changed for a dark blue color. That person did provide the specific HTML code # for the color wanted. Once the tank top is selected, how do you manage to colorize it to that very specific HTML color. Unless I'm wrong, "colorize" is the only function that add color to something without losing the detail of the original picture. All other thing you can use to change the color only add a solid opaque color. You can desaturate the tank top,open a new layer and add the specific HTML color to that layer and then reduce the opacity but...even thought the details that were lost are now visible, the color has changed.

View 1 Replies View Related

GIMP :: Changing All Colors Of A Graphic To One

Jan 18, 2013

I have a logo that has many multiple colors (lots of little dots manly due to the lack of resolution). I need to change everything to white so I can lay it over a colored background.

View 6 Replies View Related

Photoshop :: How To Copy And Paste Drop Shadow Behind Image

May 18, 2012

I use illustrator most of the time. I'm designing a brochure and I've always embedded images, but now I'm trying to it correctly by linking them instead. So I have an image in ps as a tiff. I created a drop shadow for the image in illustrator.

I want to copy and paste it behind the image into the same file so both are one file linked to the brochure. Also the drop shadow pastes as too small, then i also can't get it positioned right etc.

View 9 Replies View Related

AutoCad :: Copy And Paste Image From Google Earth

Aug 27, 2013

For our field layouts we simply copy and paste image from google earth then scale them (using CTRL + C and CTRL + V).For some reason now, my image that was already pasted into a drawing now only shows the border of the image, not the image itself. Same story with any new images I try to paste in. How to fix this back so I can view my images?

View 6 Replies View Related

Lightroom :: Copy Part Of Image And Paste It Onto Another Photo?

May 30, 2012

I'm trying to take some writing from one image and paste it onto another photo.

View 1 Replies View Related

Lightroom :: Copy And Paste Part Of Image In One Photo To Another In 4?

Jul 28, 2012

Is it possible to copy and paste part of an image in one photo to another in LR4?  I have a pc.

View 1 Replies View Related

GIMP :: Saving Images For Web Without Colors Changing

May 1, 2011

I probably overlooked something in the documentation, but I have a hard time saving an image with the exact colors I want:

1- I have created an image with a specific shade of blue in background: #e4eaef.
2- If I use the GIMP color picker, I can see that the background is exactly #e4eaef.
3- I save the image as a png.
4- I open the png in the browser (Firefox), and I measure the color of my background with a system tool (Digital Color Meter), and it has changed to #dde5ea, which is not cool, because it doesn't blend on my web page.

I also used Digital Color Meter to measure the color directly on Gimp, and I have also #dde5ea.

View 14 Replies View Related

Photoshop :: How To Select Copy And Paste Image That Has Layer Mask

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

Photoshop :: Neutralizing And Changing Colors On Image

Jun 1, 2013

I've been having trouble with this render I've created, in that I'm trying to change the colors on this character's hand from the orange tint that some of his fingers have due to firearm discharge, to a more neutralized color that matches another part of his hand, particularly his lower pinky finger. The reason why is I've changed the original color of the gun he's holding to something darker, and I want his hands to reflect the change in color as well.

I've tried everything from painting over the fingers, clone stamping, adjusting the curves, the shadows, the tones, the highlights, and even adjusting the hue and saturation, yet I'm still not getting the results I desire.

Attached are pictures illustrating what I mean, with circles around the problem areas, and a PSD of what I've tried to accomplish so far.

[URL]........

And again, to clarify, I want to change the colors of the subjects fingers that have an orange glow to them to a more neutral tone and to have them have the same color as the subject's pinky finger, which is also circled in blue.

View 5 Replies View Related

Photoshop :: Changing Colors On A Jpeg Image

Apr 29, 2009

I am currently unable to access the color table in the mode image section.  It is blank so that I cannot select it...any pointers?  Also, I am having a hard time changing the colors on my jpeg image and changing the white part of the image transparent. 

View 4 Replies View Related

Photoshop :: Image Colors Changing When Saved?

Sep 5, 2006

I've been having this problem for some time now. I edit my images and save them but the saved copies in their folders are always 1) darker and 2) with less color. However, when I put the images back into photoshop, they look as they did just before I saved them. Does anyone have any ideas on how to fix this or what might be causing it?

Also, when I do a lot of editing in one go, I get a message that I'm running out of memory on my C drive, even though photoshop is installed on my much larger D drive.

View 1 Replies View Related







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