close
Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
64 views

I'm trying to write a custom Python script to help automate the process by which I generate normal maps for a game. Example of what I'm trying to speed up: Base palettized image > Normal map The ...
Christopher Molini's user avatar
2 votes
1 answer
111 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 ...
Binarus's user avatar
  • 4,643
3 votes
0 answers
75 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 ...
v1nce's user avatar
  • 850
0 votes
1 answer
108 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?
Luis A. Florit's user avatar
0 votes
1 answer
99 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 ...
Vulc4n's user avatar
  • 163
0 votes
1 answer
268 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 ...
mauriciokaminski's user avatar
0 votes
1 answer
249 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-...
Barock's user avatar
  • 439
0 votes
1 answer
81 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->...
Ed Crap's user avatar
  • 53
1 vote
1 answer
105 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/...
fineashell's user avatar
1 vote
1 answer
49 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 ...
Shadow of eagle's user avatar
-1 votes
1 answer
457 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 ...
Gerard B.'s user avatar
0 votes
1 answer
499 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. #...
user2649681's user avatar
0 votes
1 answer
178 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 ...
Bertrand125's user avatar
  • 1,066
3 votes
0 answers
158 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 ...
thomsound's user avatar
1 vote
0 answers
56 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 ...
Noah Bogue's user avatar

15 30 50 per page
1
2 3 4 5
62