I have some jpg images and I need for each of them to have a transparent background. I have GIMP as a graphic tool. I need to put them in a web page and I need to see just the main element and have a transparent background.
Can anyone help? thanks
|
I have some jpg images and I need for each of them to have a transparent background. I have GIMP as a graphic tool. I need to put them in a web page and I need to see just the main element and have a transparent background. Can anyone help? thanks |
|||||
|
|
To expand on utopicam's answer, sometimes your image might contain areas, such as shadows, that you'd want to be semitransparent. For example, let's say you have a photo shot in a lightbox, such as this nice and freely licensed picture of a Swedish wooden toy horse courtesy of Creative Tools: In general, the first step would be to adjust the levels of the image until the background really is solid white, except for the shadows and reflections we want to keep. (You can use this technique with a gray or colored background too, but it's a bit trickier to get good results that way.) In this case, the image is already nicely adjusted, so we don't have to do anything about that. The next step is to select the background. This was quite easy to do with the magic wand tool, although I had to fix some bits where the white stripes on the object blend with the background with the lasso tool. Also, once I had the background nicely selected, I expanded the selection by a few pixels (at full resolution) to avoid leaving a whitish halo around the object due to aliasing. (You can't see it in this scaled-down screenshot, but I really managed to do a pretty nice job with the selection, if I may say so myself.)
Now, here's the trick: instead of simply cutting out the background, I used Colors → Color to Alpha to change the background color (white) to transparent. (You could also use bucket fill with the Color Erase mode as utopicam suggests.) If applied to the whole image, this would make the object look semitransparent too, but since only the background is selected, the shadows become translucent while the object itself stays opaque:
And here's the same picture on a pale blue background, to show the semitransparent shadows and reflections better:
One extra trick I didn't show is that it's often more convenient to make two copies of the image layer, convert the selection to a layer mask on the upper one, and apply Color to Alpha to the lower. This lets you fine-tune the edges of the object by editing the mask, while seeing live how the result will look. (Tip: make a few background layers filled with different colors, so that you can easily check how the picture looks on different backgrounds.) In particular, sometimes making highlights near the edges of the object just slightly translucent can make the result look nicer and more natural, since it mimics the background reflecting off the object. |
|||||||||||||
|
|
Sounds like you need to crop certain parts of the jpgs (the main figure, for example) and delete the "background". You can do so using the lasso tool. The gimp website has lots of tutorials and explanations. Check this http://docs.gimp.org/en/gimp-painting.html#gimp-concepts-selection and this out: http://docs.gimp.org/en/gimp-tool-free-select.html The polygonal selection creates an anchor point every time you click. Then moving the mouse pointer draws a line with a new anchor point that you can move as long as you don't click again. You can access the Lasso Tool in different ways:
To make the solid background of an image transparent, add an Alpha channel, and use the Magic Wand to select the background. Then, use the Color Picker tool to select the background color, which becomes the foreground color in Toolbox. Use the Bucket Fill tool with the selected color. Set the Bucket Fill mode to “Color Erase”, which erases pixels with the selected color; other pixels are partially erased and their color is changed. |
|||
|
|