| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,253
» Latest member: SandraJat
» Forum threads: 7,877
» Forum posts: 42,763
Full Statistics
|
| Latest Threads |
Transform Handles hard to...
Forum: General questions
Last Post: rich2005
7 hours ago
» Replies: 1
» Views: 69
|
Gimp V.3.2.x No Batch Edi...
Forum: General questions
Last Post: Taggs
Yesterday, 01:42 PM
» Replies: 3
» Views: 136
|
key-mon don't want to ins...
Forum: Watercooler
Last Post: rich2005
Yesterday, 11:18 AM
» Replies: 1
» Views: 84
|
Gradient issue on large i...
Forum: General questions
Last Post: rich2005
Yesterday, 08:32 AM
» Replies: 7
» Views: 358
|
Gimp-Forum.net has not be...
Forum: Gimp-Forum.net
Last Post: PixLab
Yesterday, 07:12 AM
» Replies: 11
» Views: 987
|
Scanner menu missing
Forum: General questions
Last Post: rich2005
04-27-2026, 08:13 AM
» Replies: 11
» Views: 1,562
|
How to create custom comp...
Forum: General questions
Last Post: denzjos
04-26-2026, 05:23 PM
» Replies: 3
» Views: 235
|
Rotating a layer against ...
Forum: General questions
Last Post: sallyanne
04-26-2026, 07:19 AM
» Replies: 11
» Views: 1,245
|
Beginner question - setti...
Forum: General questions
Last Post: nmw01223
04-25-2026, 08:31 AM
» Replies: 8
» Views: 958
|
Thank you for Gimp
Forum: Watercooler
Last Post: denzjos
04-23-2026, 06:53 AM
» Replies: 1
» Views: 1,414
|
|
|
| How to copy the same gradient fill to another area? |
|
Posted by: snowforest - 06-17-2021, 09:35 AM - Forum: General questions
- Replies (1)
|
 |
I made a gradient fill in a certain way in an area of my image. Now I want to copy the same gradient fill, in exactly the same way I did, to another area of my image. How can I do it? I do not see a "match properties" option anywhere, or something like that....
By the way, after I made my gradient fill, if I try to select that area that I filled again, it now selects only a very small part of the area, within that gradient fill. How can I select the whole area AFTER i fill with gradient? Because I wanted to copy , cut or delete that gradient but it doesnt work
|
|
|
| PNG vs JPG color off by 1 |
|
Posted by: af_luther - 06-16-2021, 11:08 PM - Forum: General questions
- Replies (7)
|
 |
I am automating a process in Python and I am loading a PSD into GIMP, changing a fill layer's color, and then exporting the result to JPG and PNG.
I am setting the fill layer to a light grey #3F3F3F (63,63,63). e.g. with
Quote:gimp_color = gimpcolor.RGB(int(rgb[0]), int(rgb[1]), int(rgb[2]))
pdb.gimp_context_set_foreground(gimp_color)
mylayer.fill(FILL_FOREGROUND)
The JPG output has that same color as expected (#3F3F3F).
The PNG output has changed that area to #3E3E3E (62,62,62).
Some other color areas I set are also off by 1 in the PNG, but not the JPG. Out of 6 different fill layers, 4 are correct and 2 are off.
I would like to correct this. In fact, I was thinking PNG would be better because I do have some artifacts in the JPG where the compression changes things a bit and the PNG should be lossless.
I noticed these messages in the output which I thought might be related:
Quote:gimp_color_transform_new: using babl for 'sRGB IEC61966-2.1' -> 'GIMP built-in sRGB'
gimp_color_transform_new: using babl for 'GIMP built-in sRGB' -> 'sRGB IEC61966-2.1'
gimp_color_transform_new: using babl for 'sRGB IEC61966-2.1' -> 'GIMP built-in sRGB'
gimp_color_transform_new: using babl for 'GIMP built-in sRGB' -> 'sRGB IEC61966-2.1'
gimp_color_transform_new: using babl for 'GIMP built-in sRGB' -> 'sRGB IEC61966-2.1'
void gimp_gegl_convert_color_profile(GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GeglBuffer*, const GeglRectangle*, GimpColorProfile*, GimpColorRenderingIntent, gboolean, GimpProgress*): converting buffer took 0.0109 seconds
Any tips on how I can avoid this issue of the color values in the PNG export being slightly off from what I set?
The two places I am seeing the "wrong" value in the PNG is (1) loading it into Paint.net and (2) in a WebGL shader that uses it as a texture. In both of those programs the values I am seeing are the same.
|
|
|
| Fore-/Background Color tool very small |
|
Posted by: Ced_ - 06-15-2021, 09:28 PM - Forum: General questions
- Replies (1)
|
 |
Hello, newbie here,
I was setting up Gimp and noticed that the Foreground- and Background Color tool (beneath the toolbox icons) is incredibly small for me.
Is there any way to increase it's size? I found nothing on google about that, just about the size of the toolbox icons.
I use an 1440p monitor. Could it have anything to do with that resolution? Altough, on my second monitor (1080p) the tool is even smaller.
|
|
|
| How to adjust filling pattern |
|
Posted by: snowforest - 06-14-2021, 11:50 AM - Forum: General questions
- Replies (2)
|
 |
If I want to apply gradient filling, it automatically starts from black and goes to white. But I do not want it to start from that dark. How can I adjust the start and finish colors of gradient fill? I see the box but it looks very complex and nothing happens no matter what I do and first of all the escape button doesnt work in gimp.
Once I am done with filling how do I get rid of dashed lines around the selected area? Escape button doesnt work
|
|
|
|