Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
118 views

MacOS Silicon, sequoia 15.7.4. I downloaded the gimp-help-3.0.2 tarball. According to the instructions, I need to start with the shell command ./configure I recently installed python 3.14.6 and ran ...
Score of 2
1 answer
138 views

I am currently trying to upgrade some Python plug-ins from Gimp 2.10.x to Gimp 3.0.6 (Windows). This is a lot harder than I thought. I have posted example code for one of the plug-ins at the end of ...
Score of 3
0 answers
85 views

I'd like to build a fake Gimp host in C# to query/run windows gimp plug-in. For reference, at the end of this message, you'll find what I understood of the protocol to talk to a Gimp plug-in. To do ...
Score of 0
1 answer
122 views

How to apply the high-pass filter in a Python plug-in for GIMP? There is no high-pass filter in the procedure browser, and gegl:high-pass does nothing. Similarly, how to apply gaussian blur?
Score of 0
1 answer
116 views

I am trying to call the file-pdf-export-multi procedure which takes an argument images of type GimpCoreObjectArray. I have tried setting it to an array of Gimp.Image. However, this throws the ...
Score of 0
1 answer
300 views

I recently got into the world of plugins for GIMP 3, but I have a good knowledge of Python programming. I'm creating a plugin where I need to select .txt files to extract some information. Since I ...
Score of 0
1 answer
289 views

see the following script. It works with GIMP 2.10 but doesn't witch GIMP 3.X. ( define (brightness-contrast-multi pattern brightness contrast) ( let* ( (filelist (cadr (file-...
Score of 0
1 answer
84 views

I am trying to write a spritesheet packing script for gimp er it is: (define pack-sprites (let* ( (cols 5) (rows 3) (sprite_width 750) (sprite_height 1026) (image (car(vector->...
Score of 1
1 answer
115 views

I am trying to learn GIMP 2.10.38 with python and I don't know either that well, so I tried adding a simple python script but it doesn't show up in GIMP at all. Here is the script I added: #!/usr/bin/...
Score of 1
1 answer
55 views

I would like to create a (python) script, that takes an 2D-Array and converts it to a GIMP-brush in the .gbr format. I used the informations on the GIMP Developer Page to create a Bytestring that ...
Score of -1
1 answer
566 views

When i do the following thing manually: go to image, scale image, change the x resolution 600 dpi and the y resolution to 600 dpi. The width and height change accordingly to the proper size in mm. If ...
Score of 0
1 answer
526 views

I'm attempting to write a Python plugin for Gimp (2.10.38). Right now, it is absolutely barebones to just register the function and run main, but it is failing to register and show up in the program. #...
Score of 0
1 answer
193 views

I'm using gimp 2.10 on a Debian 12 system. I need to use gimp because, after some manuals tests using gimp graphical interface, I noticed the quality of resized/converted images is better than with ...
Score of 3
0 answers
166 views

Problem Use Gegl to apply a layermask in Gimp2.99 Gimp project structure desired result UPDATE This is an aproximation towards the result I would like to get, but the problem is not solved, yet. I ...
Score of 1
0 answers
65 views

I'm trying to code a Python Fu plugin for GIMP, but it doesn't appear in my menus. Is there a mistake in my code? How can I fix this? Thank you a lot for reading me! #!/usr/bin/env python from gimpfu ...

15 30 50 per page
1
2 3 4 5
62