Subject: Issue with Python Script Support in GIMP 2.10.32+ on macOS Sequoia
Dear GIMP Development Team,
I hope this message finds you well. I am writing to report an issue I’ve encountered with Python script support in GIMP versions 2.10.32 and above on macOS Sequoia.
I have been using GIMP 2.10.30 on my Mac Studio running macOS Sequoia, and everything works perfectly regarding the creation and execution of Python scripts. The custom menu buttons are created as expected, and the scripts are listed and executed without any issues.
However, after upgrading to GIMP 2.10.32, I noticed that the custom Python scripts no longer function as intended. The custom menu buttons do not appear, and the scripts are not accessible or listed in the interface. It seems there is a change or a regression affecting Python script support in versions 2.10.32 and later on this specific macOS version.
Could you kindly look into this issue and provide any guidance on how it might be resolved? Additionally, if this is a known issue, is there a planned fix or a workaround that I can apply in the meantime?
Thank you for your hard work and dedication to improving GIMP. I look forward to your response and any assistance you can provide.
Best regards,
Evert Vandeberg
This text outlines the problem clearly and asks for a resolution or guidance. You can send it to the appropriate GIMP support or development contact channels.
I've tried most of the GIMP transform tools and haven't found one that does what I want.
Attached should be a "before" picture of a grid in which all squares are the same size and shape.
I want to bring the bottom 2 corners of the image inward to achieve a keystone effect. I expect the squares in each row to become quadrilaterals (4 sided polygons) which are narrower than the original squares.
The problem is that all of the transform tools that I have tried also change the height of the rows. Note in that the quadrilaterals in the top row are taller than the original squares and definitely taller than the quadrilaterals in the bottom row, which are now shorter than the original squares.
The end goal is to use a GIMP transform to make an image narrower on one end (the bottom in this example) without distorting the image vertically. Alas, if I use transforms on an image of a person, the person's head will become taller and their legs will become shorter, which is not what I want.
As recommended in other posts (on the Unified Transform, for example) I have read the GIMP online docs and have experimented with various settings, including the pivot point in Unified Transform, but in all my attempts, the transforms have distorted the image vertically.
Your guidance would be greatly appreciated.
Thank you,
PeytonR
in GIMP 2.10
When I write plug-in it runs multiple times fine
but if I add a
(PF_BRUSH, "brushname", "Brush:", 0),
as input
it only runs first time or I have to go to Filters/Reset All Filters to get plug-in input dialog to show up again.
Is that a bug? or is 0 in the line
(PF_BRUSH, "brushname", "Brush:", 0),
causing this?
I tried (PF_BRUSH, "brushname", "Brush:", "Clipboard Image"), and that broke my plug-in altogether
I’ve been going through some old black-and-white photos and thought it would be fun to add some color to them. I’ve seen a few online tools that claim to do this, but I’m not sure which ones give the best results.
Has anyone tried Hotpot.ai or any similar tools? I’ve also come across Supertool, which seems to offer a variety of file editing features. Has anyone used it for photo coloring?
I’m looking for free or affordable options that are easy to use. Also, if you have any tips on making the colors look realistic and not too overdone, that would be super helpful!
Thanks so much in advance—looking forward to hearing your thoughts!
My son has a recipe, written on a piece of paper, that was laid on a piece of paper, then photographed. I'm trying to get an end result of "just" the "text" / notes (in that photograph etc.)
I hope that makes sense. Three layers so to speak, and some accompanying "unwanted artifacts." ("layers" are the desired text, the white base piece of paper, and the paper the recipe was written on, with some marks of spiral book page marks on left edge.
Ideally, I like to get to a point where I can give him back an .SVG with "text only" on a transparent background so he can print it on some "type of media" with his laser machine.
The desire is getting that text off the paper on to a transparent background. I'm just not able to figure "it" out. I simply have tried so long, I've just thoroughly confused myself. If any of you can spare a bit of time, any guidance would certainly be appreciated.
I am not an expert by any means with GIMP or graphic arts. There is good contrast of the text and the paper. I've tried to attach one of them, but I haven't been allowed to do that so far. (there are 2 similar to be converted/extracted) He wants to keep the authors "script."
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.
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
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.
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.
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.