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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,956
» Latest member: Eternal Moon
» Forum threads: 7,712
» Forum posts: 41,938

Full Statistics

Latest Threads
How to make contours in G...
Forum: General questions
Last Post: denzjos
3 hours ago
» Replies: 2
» Views: 64
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
Yesterday, 04:32 PM
» Replies: 2
» Views: 227
What exactly tutorials ar...
Forum: General questions
Last Post: sallyanne
Yesterday, 06:44 AM
» Replies: 6
» Views: 611
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Scallact
11-21-2025, 09:15 PM
» Replies: 8
» Views: 370
Beginner question on Laye...
Forum: General questions
Last Post: sallyanne
11-21-2025, 01:42 AM
» Replies: 2
» Views: 282
Gimp 3 path tool auto con...
Forum: General questions
Last Post: Scallact
11-20-2025, 09:26 PM
» Replies: 3
» Views: 270
How to transform a layer ...
Forum: General questions
Last Post: Scallact
11-20-2025, 09:10 PM
» Replies: 9
» Views: 493
Issue with Gradient Flare...
Forum: General questions
Last Post: ldd2
11-19-2025, 10:24 PM
» Replies: 5
» Views: 414
Wall Of Fractal Featuring...
Forum: Gallery
Last Post: Tas_mania
11-19-2025, 08:43 PM
» Replies: 0
» Views: 176
Text Editor hardly ever w...
Forum: General questions
Last Post: sallyanne
11-19-2025, 01:29 PM
» Replies: 6
» Views: 630

 
  file-heif.exe - Application Error
Posted by: AlisonJones - 02-10-2025, 05:36 AM - Forum: General questions - Replies (2)

Has anyone else installed GIMP 3.0 I have and it seems to work okay but when I load it up I get this message and it stops loading until I hit okay and it proceeds to load without a problem but is annoying to go through the procedure each time and press the okay tab before it will load. Is anyone else having this problem? It actually says "click OK to close the application" but that doesn't happen, when I click OK, the program continues to load and runs okay.


   

Print this item

  two pencils
Posted by: pencil5 - 02-10-2025, 02:11 AM - Forum: General questions - Replies (1)

I have been using GIMP for so many years I don't remember anymore.  It used to be easier to use, but now I spend most of my time changing the pencil settings back and forth.
I finally found the preferences tab where all the brushes share settings.  That is a bit better, now I have 4 brushes that do not interfere with each other.

What I want is a pencil that stays set at its pencil settings.  This pencil must always be there and no have its settings changed by anything else I might need a tool to do.

I want a second pencil for using with all the weird options.
Preferably a coarse brush and a fine brush, that stay set at those settings.

The airbrush I can afford to setup each time I need to use it.

I would prefer that these be separate icons in the tools.  I do not expect to get a keyboard shortcut for each.

GIMP seems to have everything configurable, but so complex that nothing can actually be found.

Do I have to edit the source code to get this ?

Print this item

  Gimp3 RC3 AppImage Is Out
Posted by: Tas_mania - 02-09-2025, 09:22 PM - Forum: Alternate Gimp packagings - Replies (10)

Just downloaded the latest AppImage.

I got a it from here  I used the 'Download' button RHS.


   

A zip file bundles Linux aarch64 and x86_64 AppImages.

   

Print this item

  Ghostscript integration
Posted by: Leon - 02-08-2025, 08:12 PM - Forum: Extending the GIMP - Replies (9)

Hi, I'm trying to integrate Ghostscript with GIMP in order to open .eps files. I'm not a coder and very much a beginner. I recently upgraded to Mac OS Sequoia 15.3. I installed GIMP 2.10.38. I'm pretty sure I successfully installed ghostscript using Homebrew. However, when I try to open an eps file. I get the following errors. Opening '/true' failed: Error opening file /true: No such file or directory.

Also I get: Opening 'file...' failed: could not interpret PostScript file '/file'.

It's my understanding that ghostscript should be able to allow gimp to open the file. Would someone know what's the missing step to integrate ghostscript with gimp?

Print this item

  New noob with GIMP.. Good, Bad?
Posted by: AlisonJones - 02-07-2025, 06:13 PM - Forum: Gallery - Replies (3)

Before/After ... Had fun with this one. I just selected where the river would drop, used the rotate selection ( which I played with a little) and added the fish


   

-------------

   

Print this item

  Open, save buttons on bottom of the dialog?
Posted by: phoebus - 02-07-2025, 09:57 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (9)

Hi all,

I'm using Gimp 3 RC2 on KDE Plasma.
All my programs (including Tb, FF which are not QT) have Save, Open, Cancel buttons at the bottom of the file dialog.

But gimp has them on top, which is super nonintuitive for me.

I know this is GTK and not Gimp thing.
I tried setting

Code:
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DialogsUseHeader':<0>}"

but it didn't work:
Code:
No such schema “org.gnome.settings-daemon.plugins.xsettings”

Does anyone have an idea how to move the buttons to the bottom of the dialogs?

Print this item

  Recovering a logo
Posted by: Ofnuts - 02-06-2025, 12:44 PM - Forum: Gallery - Replies (1)

Hispano-Suiza was a constructor of luxury cars and airplane engines. A bit like a French version of Rolls-Royce. Came across this poster in a car show, wondered if I could recover a proper logo...

   
   

Print this item

  coffee time
Posted by: denzjos - 02-05-2025, 05:14 PM - Forum: Watercooler - Replies (2)

Tried to answer a second post : coffee time !
   
Tried after 115 sec :
   

Print this item

  How to remove notepad lines from a handwritten message?
Posted by: AlisonJones - 02-05-2025, 05:01 PM - Forum: General questions - Replies (2)

Hi all, another newbie question. I was hoping to find tutorials here because I'd like to know how to remove notepad lines from a handwritten message. TIA.

Print this item

  python plug-in drop shadow
Posted by: marekGP - 02-05-2025, 12:55 PM - Forum: Scripting questions - Replies (2)

Hello, I am trying to create plugin with drop shadow functionality.
The shadow layer is created, but it behaves as invisible - I can copy the content and put it in other layer, but everything in the shadow layer stays invisible - here is the code:

Code:
#!/usr/bin/env python

from gimpfu import *

def gp_shadow(image, drawable):

   offsetx = 5  
   offsety = 5  
   blurradius = 8
   opacity = 1.0  
   color = gimpcolor.RGB(255,0,0)
   allowresizing = FALSE
   
   pdb.script_fu_drop_shadow(image, drawable, offsetx, offsety, blurradius, color, opacity, allowresizing)
   

register(
   "python-fu-gp_shadow",
   "Drop multipe shadows for GP artwork titles",
   "Drop multipe shadows for GP artwork titles",
   "MK", "MK", "2025",
   "GP shadow",
   "", # type of image it works on (*, RGB, RGB*, RGBA, GRAY etc...)
   [
       # basic parameters are: (UI_ELEMENT, "variable", "label", Default)
       (PF_IMAGE, "image", "takes current image", None),
       (PF_DRAWABLE, "drawable", "Input layer", None)
       # PF_SLIDER, SPINNER have an extra tuple (min, max, step)
       # PF_RADIO has an extra tuples within a tuple:
       # eg. (("radio_label", "radio_value), ...) for as many radio buttons
       # PF_OPTION has an extra tuple containing options in drop-down list
       # eg. ("opt1", "opt2", ...) for as many options
       # see ui_examples_1.py and ui_examples_2.py for live examples
   ],
   [],
   gp_shadow, menu="<Image>/Filters/Light and Shadow")  # second item is menu location

main()

Can you find a problem?
(GIMP 2.10.36, Win10)

Print this item