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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,193
» Latest member: seawall
» Forum threads: 7,847
» Forum posts: 42,600

Full Statistics

Latest Threads
Where do you look for GIM...
Forum: Watercooler
Last Post: sallyanne
4 hours ago
» Replies: 3
» Views: 140
No possibility than regis...
Forum: Extending the GIMP
Last Post: gickelbock
Yesterday, 11:43 AM
» Replies: 0
» Views: 88
How do i use Ghostscript ...
Forum: Installation and usage
Last Post: rich2005
Yesterday, 09:34 AM
» Replies: 1
» Views: 133
Rich, a question about th...
Forum: Alternate Gimp packagings
Last Post: CtrlAltDel
03-21-2026, 10:02 PM
» Replies: 4
» Views: 232
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
03-21-2026, 06:53 PM
» Replies: 13
» Views: 15,224
No Longer
Forum: General questions
Last Post: sallyanne
03-21-2026, 06:50 AM
» Replies: 0
» Views: 141
Severe Security Flaws in ...
Forum: Linux and other Unixen
Last Post: rich2005
03-20-2026, 04:59 PM
» Replies: 6
» Views: 308
Parametric Mask plug-in f...
Forum: Extending the GIMP
Last Post: denzjos
03-19-2026, 05:32 PM
» Replies: 1
» Views: 197
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: rich2005
03-19-2026, 04:29 PM
» Replies: 3
» Views: 2,162
How do I color Bevel Text...
Forum: General questions
Last Post: rich2005
03-18-2026, 12:36 PM
» Replies: 8
» Views: 738

 
  GEGL Negative Darkroom presets
Posted by: hornetster - 01-13-2025, 07:05 AM - Forum: Extending the GIMP - Replies (1)

I'm assuming that there should already be presets in the GEGL Negative Darkroom (because without them, I don't have a clue!!)
Running Gimp 2.10.38 on Opensuse Tumbleweed (latest..)
I am trying to get the best out of VERY old negatives/slides (60 years or so...)
Also pointing me to any helpful stuff (preferably for the Gimp), would be muchly appreciated...
Thanks, John.

Print this item

  right dock window gets wider
Posted by: ntai - 01-12-2025, 01:12 PM - Forum: General questions - Replies (7)

hi, i've recently noticed that when i work with docks hidden (tab shortcut) and close gimp in this state, after reopening and showing docks again the right dock becomes wider than it was. this happens every time i do before-mentioned steps and after some iterations it ends up overlapping a canvas entirely.
can you please help me with this? i'm using 2.10.38

upd. unchecking "save windows positions on exit" resolve this same issue but the reason is somewhere else and i'm still wondering where



Attached Files Thumbnail(s)
   
Print this item

  Gimp 3.x scanner xsane plugin is now available!
Posted by: snovotill - 01-12-2025, 06:14 AM - Forum: Gimp 2.99 & Gimp 3.0 - Replies (22)

I am now able to use my scanner in Gimp 3 thanks to the developer who published it at https://yingtongli.me/git/gimp-xsanecli
It works in Wayland as well as X.

Print this item

  Installing new patches? (edit: patterns)
Posted by: Joe - 01-10-2025, 10:31 PM - Forum: General questions - Replies (5)

Searched through this forum without success, as I am NOT an advanced pc computer person by any means.  Purchased a new pc, its been updated to windows 11.  Downloaded Gimp 3.0.  The old machine croaked and took my personal patch collection with it.  I've been searching and searching for a method to install new ones without success.  Frankly, I can't even get windows in its infinite wisdom, to allow me to even locate the folders, where I believe new patches would reside in Gimp.  Anyone know where there's a relatively SIMPLE tutorial to install new patches?  Was hoping there was a tutorial to install them utilizing Gimp, and not cracking the mysterious codes within the Gimp files scenario via windows.  For your consideration - I thank you.

Print this item

  displacement plugin
Posted by: vivi-d - 01-10-2025, 07:43 PM - Forum: Extending the GIMP - Replies (1)

Hello, I'm trying to create a plugin that will move the selection as if it's 'displacing' pixels as it moves. More specifically, if moving one pixel to the right, it will take all the pixels just to the right of the selection and place them on the left side of the selection. 

If I had a way to test if a certain pixel is inside the selection or not, I could hack something together. So far I haven't found a way to test pixels for whether they are selected or not.

What do you guys think?

Print this item

  problem adding "stable-diffusion" plug-in on ubuntu 24.04
Posted by: dennix91 - 01-10-2025, 09:36 AM - Forum: Extending the GIMP - Replies (1)

Sorry in advance if solution already exist somewhere.
On ubuntu 24.04 I installed the following version of gimp:
*** 2.10.38-0build4~ubuntu2404 500
https://ppa.launchpadcontent.net/ubuntuh...imp/ubuntu noble/main amd64
then downloaded: gimp-2-10-38-overlay-py2.AppImage  from https://github.com/TasMania17/Gimp-Appim...p-v2.10.38
and made it executable with chmod +x command
then, follwing: https://github.com/blueturtleai/gimp-sta...tablehorde
I downloaded gimp-stable-diffusion-horde.py
and paste it in plug-in folder as said.
unfortunately no AI button appear in the menu
can anyone please help me to solve this problem?
thanks to all

Print this item

  GEGL kaleidoscope
Posted by: trandoductin - 01-10-2025, 01:24 AM - Forum: General questions - Replies (8)

I looked at the gegl command.py
and I have no clue how to make it so that I can call kaleidoscope... from python fu for GIMP 2.10
any help available?

Print this item

  Documentation
Posted by: Deedolith - 01-08-2025, 11:16 PM - Forum: Extending the GIMP - Replies (3)

Hello,

I am looking for any Gimp 3 python API documentation link.

For now, I am mainly searching on Google, wich most of the time, yeld Gimp 2 API results (outdated), or C API (nice but translating from C to python is a PITA, too many trials and errors).

Print this item

  Plug-in help
Posted by: Deedolith - 01-07-2025, 05:28 PM - Forum: Extending the GIMP - Replies (12)

Hello,

I am having an hard time writing my first plus-in in Python.
I wrote a simple "Hello World" plug-in.
It show up in the menus (so the do_create_procedure member function work as intended).
It show up in the python procedures browser (so the do_query_procedures member function work as intended).
But it does not produce anything in the errors window and that leave me completly clueless.
What did I do wrong ?

Here is the source code:

Code:
import sys
import gi
gi.require_version('Gimp', '3.0')
from gi.repository import Gimp
gi.require_version('GimpUi', '3.0')
from gi.repository import GimpUi
from gi.repository import GLib

class Plugin (Gimp.PlugIn):
   def do_query_procedures(self):
       return [ "fl-plug-in-Hello-World" ]

   def do_set_i18n (self, name):
       return False

   def do_create_procedure(self, name):
       procedure = Gimp.ImageProcedure.new(self, name,
                                           Gimp.PDBProcType.PLUGIN,
                                           self.run, None)

       procedure.set_image_types("*")

       procedure.set_menu_label("Hello World Python plug-in")
       procedure.add_menu_path('<Image>/Filters/My Scripts/')

       procedure.set_documentation("Hello World",
                                   "Python 3 plug-in for GIMP 3.0",
                                   name)
       procedure.set_attribution("Fabrice", "Lambert", "2025")

       return procedure

   def run(self, procedure, run_mode, image, n_drawables, drawables, config, run_data):
       Gimp.message("Hello world!")
       # do what you want to do, then, in case of success, return:
       return procedure.new_return_values(Gimp.PDBStatusType.SUCCESS, GLib.Error())

Gimp.main(Plugin.__gtype__, sys.argv)

Print this item

Question Optical blur
Posted by: ogogon - 01-06-2025, 11:19 PM - Forum: Extending the GIMP - Replies (3)

I know that in Camera Raw and Lightroom there is a functionality that immitting optical blurring behind a facet of depth of sharpness. I do not really understand how they do it without voodoo magic, but in general, they somehow realized it.

Is there a similar functionality in the GIMP? (Once again, I'm not talking about blurring the selected area of the raster image, but about the almost complete emulation of the move of the depth of sharpness.)

Grateful for the answers,
Ogogon.

Print this item