Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,584
» Latest member: XarknoX
» Forum threads: 7,458
» Forum posts: 40,751
Full Statistics
|
|
|
Use cut and (new) edge fades to white |
Posted by: sbhairava72 - 02-28-2018, 07:01 PM - Forum: General questions
- Replies (9)
|
 |
Say, for example, I have a layer that is solid red (255,0,0) on the left side and solid blue (0,0,255) on the right. Then I cut out and keep a rectangle or polygon from the middle. If I zoom in I see that the edge of the polygon fades to white. The left fades from red to white, and the right from blue to white.
The original pixels, at what now is the edge, were full red (or blue).
Is there a way to cut that leaves the pixels at the edge at their original color (hue/sat/lum)?
This is what I did:
pdb.gimp_image_select_polygon(image01, CHANNEL_OP_ADD, len(polygonPoints), polygonPoints)
pdb.gimp_selection_invert(image01)
pdb.gimp_edit_cut(layerobj)
pdb.gimp_selection_invert(image01)
I think that what is happening is that for the cut the pixels at the edge might be considered as, for example, 80% inside the polygon and 20% outside - so they are given acolor that is 80% red.
I there way to select a threshold so that the pixels that are >= 50% red would be solid (255,0,0) red, otherwize they would be cut from the polygon?
Thanks,
Saurabh
|
|
|
Ink tool: can I make it get thinner instead of thicker? |
Posted by: tolworthy - 02-28-2018, 03:44 PM - Forum: General questions
- Replies (4)
|
 |
I love the ink tool (the calligraphy pen): a slow movement is a thick like, and a fast movement is thin, just like using a quill pen. But for drawing I need the opposite: when quickly drawing a person's arm I need a thick line, but when I slow down to draw the fingers I need it thinner. Is there some way to do that?
(Using Gimp 2.8.16 on Linux Mint)
|
|
|
Windows: Gimp loading fonts on each startup: possible workaround |
Posted by: Ofnuts - 02-28-2018, 03:15 PM - Forum: Windows
- Replies (20)
|
 |
Gimp displays "Looking for data files / fonts (this may take a while)" on each startup
This is not the normal behavior. See https://bugzilla.gnome.org/show_bug.cgi?id=793918
Gimp should rebuild the font cache only when the fonts are added to/removed from the system.
A possible workaround:
- Navigate to C:\users\{your id}\AppData\local\fontconfig\cache
- There should be four files:
- CACHEDIR.TAG
- someverylongname (usually 1MB or more)
- someverylongname.NEW (usually 1MB or more, slightly bigger that the one above if you added fonts)
- someotherverylongname (small: 1K)
- rename someverylongname to someverylongname.OLD
- rename someverylongname.NEW to someverylongname
- restart Gimp which should no longer rebuild the font cache
If this works for you please confirm below.
|
|
|
Overlaying? (noob question) |
Posted by: Quod Deum Immortalem - 02-28-2018, 10:19 AM - Forum: General questions
- Replies (4)
|
 |
I do not know the proper term for this, but I'm trying to do something in Gimp that I cannot figure out how to.
I have tried the normal overlay, but when you do that it uses the color under your new layer to find out what your color should be. This makes it so that if I had a red color and overlay it with blue, it turns purple.
What I want to do is to overlay a color that only overlays the nuance differences. So it would still be blue, but it would follow the nuance differences that the red had in the underlaying picture. How do I do this?
|
|
|
combining scans |
Posted by: Espermaschine - 02-28-2018, 12:56 AM - Forum: General questions
- Replies (6)
|
 |
I have scanned an old recordcover with my DIN-A4 scanner.
The cover is bigger than the scanner so i had to scan it in two parts.
Now i try to make a composite of it, but the images are not exactly the same colour/value.
I tried eyeing it with the Curves or Levels Tool but i cant get it right.
Is it just a matter of value, or do i need to adjust all the RGB channels ?
My guess is, the differences come form the scanners light, so that seems to tell me its just the value that needs tweaking.
I also tried the method with sample points, but i can never get it right....
Any advice, or is there a way to automate this ?
EDIT:
added a link to the xcf
http://www.mediafire.com/file/v18vvsmy5p...can.xcf.gz
|
|
|
Pencil and Eraser with different settings simultaneously? |
Posted by: gnuimpcub - 02-27-2018, 04:46 PM - Forum: General questions
- Replies (10)
|
 |
Hi,
I am using Gimp 2.8.18 on Debian 9 64-bit Gnome 3.22.2.
I use Pencil (and Paintbrush) and Eraser fairly often, and I find it inconvenient to set each tool differently (e.g., the size) each time I use them. Would it be possible to set, say, the size of the Pencil to 2 and the size of the Eraser to 20 permanently, I mean for the ongoing session?
This would eliminate the need to set the sizes anew each time I use a different tool.
Thanks
|
|
|
How to get eraserproof layer background? |
Posted by: gnuimpcub - 02-27-2018, 02:39 PM - Forum: General questions
- Replies (3)
|
 |
Hi,
I am using Gimp 2.8.18 on Debian 9 64-bit Gnome 3.22.2.
My problem: I load a JPG image, add a new layer (fill type: white), paint on the layer, but when I erase some paintstrokes I always erase also the white layer background getting regions of checkerboard pattern.
How can I add a layer I can erase on without damaging the background?
Thanks,
gnuimpcub
|
|
|
How do I blend out to white? |
Posted by: enginestar - 02-26-2018, 04:59 PM - Forum: General questions
- Replies (7)
|
 |
Can someone tell me how I blend out to white?
Problem: I've learned how to adjust colour levels and make the background become white.
This is perfect... except most of the time, around the edges... there are bits of grey. These show when the placed on a pure white background.
Is there some way of making sure the edges of the background is pure white?
I was thinking of a gradient blend somehow?
ELSE... am I doing something wrong in the first place...?
Thanks.
|
|
|
|