Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,588
» Latest member: Shraunjkn
» Forum threads: 7,461
» Forum posts: 40,763

Full Statistics

Latest Threads
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: SteveH
14 minutes ago
» Replies: 5
» Views: 206
.SCM and .PY files are no...
Forum: Gimp-Forum.net
Last Post: Ofnuts
3 hours ago
» Replies: 0
» Views: 32
Export all opened images ...
Forum: Extending the GIMP
Last Post: Ofnuts
3 hours ago
» Replies: 9
» Views: 9,232
v3.04 Script Error sg-sav...
Forum: Extending the GIMP
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 38
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: programmer_ceds
4 hours ago
» Replies: 8
» Views: 181
'Transparent' area is bro...
Forum: General questions
Last Post: Ofnuts
5 hours ago
» Replies: 1
» Views: 52
blank screen
Forum: OSX
Last Post: wilsonpig
11 hours ago
» Replies: 4
» Views: 153
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 07:52 PM
» Replies: 1
» Views: 82
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
Yesterday, 06:11 PM
» Replies: 9
» Views: 512
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:02 PM
» Replies: 1
» Views: 121

 
  Impossible to put an Avatar
Posted by: PixLab - 06-18-2021, 05:29 PM - Forum: Gimp-Forum.net - Replies (2)

I want to change my avatar in User CP, I upload one 100x100 png 20kb only and nope, no can do, even it says successful... avatar do not show up, tried with jpg, same problem...

Print this item

  One by Wacom
Posted by: meetdilip - 06-18-2021, 08:34 AM - Forum: Linux and other Unixen - Replies (7)

I was so lucky to get this tablet (One by Wacom). I am very excited and I was able to use it nicely on Inkscape after choosing it through input devices. I first tried it on GIMP but whenever I use a paint brush and Stylus it shows an error window. All I need to do is select the paint brush and use Stylus to touch inside the canvas for this error to pop up


   

Print this item

  Temporary lines for filling border?
Posted by: snowforest - 06-18-2021, 07:55 AM - Forum: General questions - Replies (4)

Is it possible to make temporary lines to serve as a border for filling, and then when we are finished with the filling, we delete these lines? Or what do you suggest? Because sometimes there are open areas on my image and I must complete and close the gaps by drawing with brush or pencil there but they stay.

Print this item

  Glitter brush
Posted by: meetdilip - 06-18-2021, 01:58 AM - Forum: General questions - Replies (5)

Hi, is there any brush we can use to get a " shine " effect like this ?


   

Print this item

  [split] Change background
Posted by: swiss2008 - 06-17-2021, 11:32 PM - Forum: General questions - Replies (1)

I've followed the instructions above but still have lots of pixels remaining from the previous background colour, how do I remove them?

Print this item

  I Need An Image Browser Plugin
Posted by: StageMan - 06-17-2021, 08:30 PM - Forum: General questions - Replies (6)

Hello,

I spent years using Jasc Paint Shop Pro 7 (PSP 7) up to this year. I switched to Gimp a couple of months ago. 

PSP 7 has a image Browser built-in to it so I can see the images that I want to load. Does Gimp have a Image Browser Plugin similar to what's in PSP 7?
(see images below PSP-7-(01) 37k | PSP-7-(02) 174k)

[Image: PSP-7-_01__mx9MmJSELb.png]

[Image: PSP-7-_02__qi-aHskIH.png]

Print this item

  I Need an Image Browser Plugin
Posted by: StageMan - 06-17-2021, 08:16 PM - Forum: Extending the GIMP - No Replies

Hello,

I spent years using Jasc Paint Shop Pro 7 (PSP 7) up to this year. I switched to Gimp a couple of months ago. 

PSP 7 has a image Browser built-in to it so I can see the images that I want to load. Does Gimp have a Image Browser Plugin similar to what's in PSP 7?
(see images below PSP-7-(01) 37k | PSP-7-(02) 174k)

[Image: PSP-7-_01__mx9MmJSELb.png]

[Image: PSP-7-_02__qi-aHskIH.png]

Print this item

  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

Print this item

  Can we use a photo we take as fill pattern?
Posted by: snowforest - 06-17-2021, 08:16 AM - Forum: General questions - Replies (5)

I understand how to use one of those given fill patterns to fill an area. How about if I take a photo and want to use that image as fill pattern? Can I do it? How?

Print this item

  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.

Print this item