| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,143
» Latest member: Sampollyt
» Forum threads: 7,818
» Forum posts: 42,461
Full Statistics
|
|
|
| Smudge tool not working |
|
Posted by: steele - Today, 03:05 AM - Forum: General questions
- Replies (2)
|
 |
I recently installed gimp to edit my photos. I end up having to blur a lot of licence plates with the smudge tool. however, every so often, the smudge tool stops smudging, and seems to do nothing instead. I was able to fix this issue a couple of times by resetting the smudge tool, but this time it still isn't working. The only setting I adjust on the smudge tool is the size of it.
Any advice would be much appreciated. For reference, I am using gimp 3.0
|
|
|
| GIMP 3 Python Enums: Definitive Plug-in and Script-Fu Guide |
|
Posted by: chuckhenrich - 02-23-2026, 12:06 PM - Forum: Extending the GIMP
- Replies (6)
|
 |
If you’re developing Python plug-ins or Script-Fu scripts for GIMP 3, you’ll know the frustration of tracking down correct enum values. The official API docs are written for C developers, leaving Python authors to piece things together from source code, forum posts, and trial and error.
I’ve put together what I hope is the definitive reference: every enum available in GIMP 3.0, compiled directly from a live GIMP 3.0.8 instance using a Python-Fu console script. That means the values are guaranteed accurate for that version. And the script is available as a free download so you can regenerate the complete listing for any future GIMP 3 release.
Each enum includes:
- the Python form you actually use in your plug-ins (e.g. Gimp.LayerMode.NORMAL)
- the uppercase PDB identifier, most useful when cross-referencing with the C API docs or porting code from GIMP 2.x Script-Fu scripts
- the raw integer value for legacy Script-Fu work
- the GEGL nickname for serialisation.
The Gimp.LayerMode table also includes the full GEGL operation string.
Every enum has a plain-English description written specifically for Python and Script-Fu developers.
https://www.chuckhenrich.com/gimp-3-pyth...reference/
Comments/suggestions welcome.
|
|
|
| Odd problem with GIMP 3.0.8 Perspective Tool |
|
Posted by: cjsmall - 02-20-2026, 10:00 PM - Forum: General questions
- Replies (4)
|
 |
I've noticed a strange new behavior with perspective transformation under GIMP 3 -- something I never saw using GIMP2. Note that while I've seen this on multiple occasions, it does not occur every time I use the tool. I am having trouble attaching images so I will provide URL links:
Here is an example picture:
Original Picture
Here the perspective tool is being used:
Using the Perspective Tool
And here is the result after applying the perspective transformation:
Results
Notice that after dragging the lower left corner to the left, the right edge of the image has now been deleted even though it was not touched. As I said, I see this frequently but not always. Is this a bug needing to be reported or is it the result of some new tool setting that has changed?
Any help better understanding what is going on is appreciated.
|
|
|
| Merging a still image and a gif |
|
Posted by: lucynakamura - 02-19-2026, 09:43 AM - Forum: General questions
- Replies (5)
|
 |
hi all,
I've been at this for days, trying to figure this out for hours and hours scouring all over the internet and I cannot for the life of me figure out what I am doing wrong.
Basically, I am trying to create a silly gif with an image of a cat and two wings attached to either side of the image. The wings are animated (gif), and are both part of a single gif, so not separate. When I first tried doing this I quickly found out that whenever I export the cat only shows up at the very end, so I tried to figure out why. It's got to do with the layers, and every step of the way I found a plugin called ofn interleave layers being linked but at first I tried to avoid it since I couldn't figure out how to download it.
The cat in the middle is the image, the wings are the gif/animated part. ![[Image: M5hqWX8G]](https://ibb.co/M5hqWX8G)
It quickly became apparent that I did need it, so I relented and downloaded it and put it in my plugin folder according to the instructions given (Filters->Development->Python-fu->console and then got the plugin folder.
I then pasted the contents in the plugin folder it gave me like so
Restarting Gimp that didn't do the trick, so I then created a subfolder, which also did not work. I then saw that gimphelpers.py might be needed and installed that, which also changed nothing. I use Gimp 3.0 and Windows 11.
What I thought was a very simple and quick creation has turned into a multiple days long affair, and at this point I'm more frustrated that I can't seem to figure out how to make this work rather than actually getting the result. I am sorry if this isn't the right place but I truly am at a loss of what I am doing wrong at this point.
Please don't assume I know anything when you reply, I am very new to Gimp and I know like nothing about Python. Assume I am an idiot (I am)
|
|
|
| Color picker doesn't reflect changes by color curve tool |
|
Posted by: mmhmjanssen - 02-18-2026, 11:10 AM - Forum: General questions
- Replies (4)
|
 |
Using the pencil tool I created 10 big dots with the same Green en Blue value but with the Red value ranging from 10, 20, 30 etc to 100%, I used the Color Curve tool to modify the Red component only. While the colors on the screen truly reflect the changes, the Color Picker tool still shows exactly the same color as before applying the Curve Tool. I have to export the image and reload it into GIMP before I get the actual colors in the Color Picker tool. Am I missing something, or is this a bug?
|
|
|
|