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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,785
» Latest member: asadullah
» Forum threads: 7,596
» Forum posts: 41,400

Full Statistics

Latest Threads
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
11 hours ago
» Replies: 1
» Views: 152
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
Yesterday, 07:48 AM
» Replies: 1
» Views: 337
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 218
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,548
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,319
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 591
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 485
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,176
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 22,002
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 816

 
  Correcting font list
Posted by: Rick Hoover - 12-18-2020, 04:55 PM - Forum: General questions - Replies (1)

The font list I get with the "font" icon clicked includes about a dozen non-existent names with the display showing four pairs of numbers, not any font sample in the display window. How do I clean up that list and delete the errors?



Attached Files Image(s)
   
Print this item

  Having trouble loading My paint brushes on Linux/Chromebook OS
Posted by: DJBounce - 12-18-2020, 01:23 PM - Forum: General questions - Replies (3)

I just got this new Chrome OS laptop about 2 weeks ago and just installed GIMP. I am very new to how Chrome, Linux, and GIMP just getting to know my way around after using Windows system for years.

 I was trying to install some new brushes, did what the Gimp manual said to do up until Linux gave me the error message: 'bash no file or directory found'   Huh 
what do I need to do to fix this? I have a painting in mind that I have wanted to do for a while that has a galaxy scene but I cannot find the right effect or brush that 
would work. 
BTW where do I find GIMP plugins?  Blush 

 Any and all help would be greatly appreciated

 Bounce

Print this item

  Intense paint brush lag with Mac
Posted by: arunaway - 12-16-2020, 11:35 PM - Forum: General questions - No Replies

The paint brush lag is intense. Is there any way I can fix this? My OS is MacOS 11.0.1 and I have GIMP 2.10.14 (the latest version available for Mac).

Print this item

  Scale selection with locked interior line
Posted by: Arenwick - 12-16-2020, 08:54 PM - Forum: General questions - Replies (2)

Hello,

I'm pretty new to Gimp and am attempting to create a border on an image. I'd like to expand the border to have more thickness, but want to preserve the interior dimensions. Is there any way to scale the exterior dimensions while having some sort of "lock" on the interior lines of my selection?

Thanks!

Print this item

  Removing alpha channel
Posted by: AncientxFreako - 12-16-2020, 11:50 AM - Forum: General questions - Replies (1)

Hi all,
As stated in the title. I have a bunch of textures I've already created...(layers are all done, textures have been edited and saved) I now find out that I need to remove the alpha channel in order to use them. I saw on stack exchange the question answered, but cannot seem to do it in my version of gimp, 2.10.8
I have my images saved to .bmp, and never had them in .xcf....so I can't go into the layers tab and find the "remove alpha channel" selection.
Am converting to .png but need to figure out how to remove alpha channel at the same time.
The channels collumn on the right shows it, I took out the "eye" and greyed out the channel, but this does not seem to work.
Any help would be appreciated, 
Thanks


Nevermind, I found it! haha, sorry!

It does work in layer, afterall. 

Layer tab--transparency--remove alpha channel

Easy peasy.

Print this item

  Resizing an eps file.
Posted by: barrie.jo - 12-16-2020, 12:59 AM - Forum: General questions - Replies (2)

I am trying learn how to resize eps files in Gimp. I downloaded an eps file described as "a vector in EPS format" Since the file has an eps suffix I assume it is a real eps file. I selected the scale tool and path option but the cursor included a small circle with oblique line which suggests I did something wrong. There was no reaction when the cursor was dragged over the image. Will someone please help.

Print this item

  Engraving Lines - an error occurred
Posted by: Krikor - 12-15-2020, 04:29 PM - Forum: Extending the GIMP - Replies (15)

Engraving Lines - an error occurred ...

I believe the problem is not the plugin, I always used it and it always worked well.
But since yesterday I can't use it anymore. I downloaded and installed it again, assuming the file might have become corrupted in some way, but it didn't help.
   

Code:
Traceback (most recent call last):
 File "C:\Users\...\Gimp-2.10.21_Portable-32-64bit-Win\lib\gimp\2.0\python/gimpfu.py", line 740, in response
   dialog.res = run_script(params)
 File "C:\Users\...\Gimp-2.10.21_Portable-32-64bit-Win\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
   return apply(function, params)
 File "C:\Users\...\ofn-engraving.py", line 227, in engravingThickness
   runForRenderer(image,source,renderer,gamma,blur,merge,capStyle,joinStyle,miterLimit)
 File "C:\Users\...\ofn-engraving.py", line 219, in runForRenderer
   traceback.print_exc()
 File "C:/Users/.../lib/python2.7/traceback.py", line 233, in print_exc
   print_exception(etype, value, tb, limit, file)
 File "C:/Users/.../lib/python2.7/traceback.py", line 124, in print_exception
   _print(file, 'Traceback (most recent call last):')
 File "C:/Users/.../lib/python2.7/traceback.py", line 13, in _print
   file.write(str+terminator)
IOError: [Errno 0] Error

Please, what could be causing this plugin to malfunction?

Thank you very much in advance.

Print this item

  Gradient Tool
Posted by: Stephen_A - 12-15-2020, 05:02 AM - Forum: General questions - Replies (3)

Sorry if I'm missing anything obvious. The gradient tool appears to be missing from the toolbox. Was able to open a gradient dialogue box on the right (using ctrl G / Windows / Dockable Dialogs/ gradients) but am unable to make it work. Thanks.

[Image: gradient_gimp.jpg?dl=0]
https://www.dropbox.com/s/edpclzsg2ebc1b...p.jpg?dl=0

Print this item

  gimper.net down?
Posted by: Billy Gordon - 12-14-2020, 05:30 PM - Forum: General questions - Replies (1)

How can I get Insane-Bump.377? supposed to be on Gimper.net but unable to reach?

thank you for help, this is my first post.
Billy G

Print this item

  Layer Mask help
Posted by: ProfoundHypnotic - 12-14-2020, 03:33 PM - Forum: General questions - Replies (4)

can anyone help with how to make a layer mask of the black outline on the attached image? I've followed several guides/videos on how to do layer masks but it's not working for me how I need it to.



Attached Files Thumbnail(s)
   
Print this item