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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,225
» Latest member: Evelyn
» Forum threads: 7,859
» Forum posts: 42,650

Full Statistics

Latest Threads
color scala - how to defi...
Forum: General questions
Last Post: saint_m
2 hours ago
» Replies: 4
» Views: 115
Suggestion on the UI Sele...
Forum: General questions
Last Post: programmer_ceds
3 hours ago
» Replies: 1
» Views: 154
Background - Foreground -...
Forum: General questions
Last Post: saint_m
Yesterday, 06:52 PM
» Replies: 6
» Views: 469
GIMP 3.0 RC: Text Tool fo...
Forum: General questions
Last Post: Scallact
Yesterday, 01:22 PM
» Replies: 6
» Views: 499
French Translation issues
Forum: General questions
Last Post: CmykStudent_
04-07-2026, 02:15 PM
» Replies: 1
» Views: 180
GIMP 3 - Social Media Res...
Forum: Extending the GIMP
Last Post: rich2005
04-06-2026, 07:30 AM
» Replies: 1
» Views: 234
Export issue
Forum: General questions
Last Post: denzjos
04-06-2026, 07:08 AM
» Replies: 1
» Views: 259
Text defaults
Forum: General questions
Last Post: rich2005
04-05-2026, 04:24 PM
» Replies: 3
» Views: 362
Tool Presets
Forum: Tutorials and tips
Last Post: sallyanne
04-05-2026, 01:30 PM
» Replies: 0
» Views: 248
Resolution for EPS files
Forum: General questions
Last Post: rich2005
04-05-2026, 10:48 AM
» Replies: 2
» Views: 270

 
  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

  How to select edge/ black lines in an image only?
Posted by: Swyzy - 06-16-2021, 12:20 PM - Forum: General questions - Replies (4)

I want to select edge line or black lines from the image and then remove all other details from the image. I only need black line for coloring page
Link of image :

https://ibb.co/Dzg0x3p[Image: Dzg0x3p]

Print this item

  muted colors after PSD conversion
Posted by: LyalC52 - 06-15-2021, 10:40 PM - Forum: General questions - Replies (3)

Hello,
Its been a few months since I've used GIMP (I have the latest version) and never had this problem before.
when I convert a PSD file then try to add color with the bucket or brush the colors are muted.
I can open a previous file and the colors are correct.

pic 2 is supposed to be pure white, pic three the blue is muddy and lighter

[Image: ptjh60R.png]


[Image: O69niU6.png]
[Image: DzppUBJ.png]

Print this item

  Moving text to a new page
Posted by: nicholves - 06-15-2021, 09:51 PM - Forum: General questions - Replies (1)

I am trying to add text on top of a pdf, the text keeps moving to its own page when I export. How do I fix? (does this even when text is in a layer group with the background)

https://imgur.com/a/Ybx3FBV

https://imgur.com/a/A3edWSK

Print this item

  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.

Print this item

  Layer curve/bend
Posted by: creative_aj - 06-14-2021, 06:04 PM - Forum: General questions - Replies (2)

Hi can someone help me recreate this bend (in blue). I tried distort -> curve bend but that doesnt product this effect.


https://www.dropbox.com/s/2a8wa8cj03vaud...e.png?dl=0


Thanks!!



Attached Files Image(s)
   
Print this item