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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,964
» Latest member: TyronVeday
» Forum threads: 7,716
» Forum posts: 41,954

Full Statistics

Latest Threads
plugin-py3-export-all
Forum: Extending the GIMP
Last Post: CowboyJoe
4 hours ago
» Replies: 1
» Views: 138
Gimp 2.10.30 Text alignme...
Forum: General questions
Last Post: guest273
7 hours ago
» Replies: 0
» Views: 63
Can the gradient tool be ...
Forum: General questions
Last Post: ESH
8 hours ago
» Replies: 2
» Views: 135
Gimp 3 path tool auto con...
Forum: General questions
Last Post: CmykStudent
Yesterday, 02:01 AM
» Replies: 9
» Views: 614
Numerous issues with 3.0+...
Forum: General questions
Last Post: rich2005
11-24-2025, 09:51 PM
» Replies: 2
» Views: 192
How to transform a layer ...
Forum: General questions
Last Post: stacash
11-24-2025, 08:47 PM
» Replies: 10
» Views: 712
How to make contours in G...
Forum: General questions
Last Post: denzjos
11-23-2025, 07:10 PM
» Replies: 2
» Views: 225
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
11-22-2025, 04:32 PM
» Replies: 2
» Views: 324
What exactly tutorials ar...
Forum: General questions
Last Post: sallyanne
11-22-2025, 06:44 AM
» Replies: 6
» Views: 684
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Scallact
11-21-2025, 09:15 PM
» Replies: 8
» Views: 443

 
  Gimp 2.10.30 Text alignment not working weird bug I haven't seen before.
Posted by: guest273 - 7 hours ago - Forum: General questions - No Replies

Hey there GIMPers!

So, I hope that at least one of these pictures shows up, as in this case pictures can speak thousands of words:

If the images are not showing up, here's an Imgur link: https://imgur.com/a/MDzWdOd

   

[Image: MDzWdOd]

[img=1141x400]https://imgur.com/a/MDzWdOd[/img]

Long story short - I've been using GIMP quite a lot over the past couple of years, mostly sticking to the basics, but also learning a new thing then and now. So the fact that I've encountered something this disruptive I haven't seen before has caught me by surprise. It looks like a bug or a super hidden feature that can be activated with a key or key combination...

Essentially - Text Tool's text alignment feature no longer works properly for "Center" or "Right justified". It assumes there's more space for the text to the right side, but that's not the case. In my image I have specifically used 'View' -> 'Snap to Canvas Edge', so it would be easy to see that the text is not Center Aligned.

There are no space-bars, no enters, no tabs, no invisible symbols in front of the text. No Font, size changes affect the behavior, opening a new project & re-making the layers from scratch doesn't fix this. Changing the resolution of the base image does not change anything. I tried copying in a duplicate text layer from an older project and it's still haunted by this.

And the worst thing is that this seems to also affect my older projects now... So I must have accidentally clicked some key / key-combination that does something I'm unaware of now. What is going on and how do I turn it off?

Thank you!

- guest273


This is how right alignment looks like: 

   

Okay. A full PC restart and starting a brand new project somehow fixed this issue.

But I would still like to know what and how caused this.

Print this item

  Can the gradient tool be non-destructive?
Posted by: ESH - Yesterday, 03:41 PM - Forum: General questions - Replies (2)

Gimp 3.2 on Win 11.

We are now using Gimp 3 with a number of very good non-destructive filters.

But the gradient tool seems to be "baked in" when committed on a pixel-layer and cannot be re-invoked for later adjustments - or am I using it wrongly?

If not - is there a work-around to allow adjustments on an existing gradient?

Print this item

  plugin-py3-export-all
Posted by: CowboyJoe - 11-25-2025, 06:38 AM - Forum: Extending the GIMP - Replies (1)

I was looking for a plugin that exports all open files at once. I tried several plugins, but not a single one worked for me in Gimp 3.04. Then I tried to modify a plugin written in Scheme, but failed miserably. Sad

Then I decided to write one in Python myself. The result can be found here:
https://gitlab.com/CowboyJoe/plugin-py3-export-all
I develop on Linux and the plugin has some nice features I missed in other plugins. It still has a long Todo-list but I like it and it serves my needs.

A user who is using Windows told me the plugin does not work for her. Atm. I am not sure if the plugin was installed at the wrong location or the plugin just crahes.

Since I dont have Windows I downloaded Gimp 3.06 for Windows and tried to run gimp under wine., It starts, loads several plugins etc. but then crashes. And my plugin is not even installed yet. So no help there.

Since here are some people who know how to install a plugin under Windows I would like to ask you to install the plugin and send me the console output where some debug messages should appear.

To use the plugin do the following:
- open a file in Gimp 3.xx
- click File --> Export All (at the lower end of the menu) --> as PNG
- select an EMPTY folder to export to. Do not overwrite your existing files!
- untick the Export generated files only (otherwise the loaded file is skipped and is not written to disk)
- click OK

- on the export PNG window just click OK

The files then should appear in the specified folder.
Please send me the debug output on the console.
Thanks in advance.

CowboyJoe

Print this item

  Numerous issues with 3.0+ I've been having.
Posted by: seagull - 11-24-2025, 08:57 PM - Forum: General questions - Replies (2)

Gimp 2.10 worked fine, but then it was auto-upgraded to 3.0+ (I use Linux).

* No more Colorcube Analysis in 3.0+, so I cannot tell how many colors an image has.

* The good process for converting to indexed colors from 2.0+ was replaced with one in 3.0+ that sucks. With the 16-color CGA palette, it makes everything green-tinted. With 3-bit RGB (8 colors), it makes everything darker. And the dithering in Floyd Steinberg has a lot of lines and other distortion that was lacking in 2.0+.

* 3.0.4 does a lot of writing to the drive. About 10 MB just to start up, and hundreds of KB to MB every time I open an image or change a preference. Even 3.0 didn't have that problem.

Meanwhile I "downgraded" to 2.1 and it's definitely an upgrade.

Print this item

Question How to make contours in GIMP 3.0.6?
Posted by: Eternal Moon - 11-23-2025, 10:45 AM - Forum: General questions - Replies (2)

I mean, uh... How do I make contours that don't look like they're... in square, I guess?

Sorry, I'm just a rookie here. Confused

Print this item

  Has anyone tried getting Plug-ins created by Ai?
Posted by: vitforlinux - 11-20-2025, 11:37 AM - Forum: Extending the GIMP - Replies (2)

I'm studying Python, and I get help with good results from Ai (TGPT provider Sky), but with the plug-ins for Gimp 3 I can't get any working results.

If anyone has tried with good results could you tell me which AI they used?

Print this item

  Gimp 3 path tool auto connections.
Posted by: teapot - 11-20-2025, 07:54 AM - Forum: General questions - Replies (9)

In gimp 3 I'm finding it a pain when trying to move an end anchor of an open stoke, something I do a lot.  All the extra shift clicking to deselect the prior end anchor to stop the path tool making unwanted connections is impractical for anything other than simple paths.

I was so desperate I even read the manual:
https://docs.gimp.org/3.0/en_GB/gimp-tool-path.html
"To quickly close the curve, click on the initial control point. If you want to reposition the start node, hold Shift and click to deselect the end node, then move the start node."

Can the auto connection be turned off?

   

Print this item

  Wall Of Fractal Featuring LATP Audio
Posted by: Tas_mania - 11-19-2025, 08:43 PM - Forum: Gallery - No Replies






I still use Mandelbulber2 for the fractals and Gimp/G'MIC/GEGL and python scripts. Have been experimenting with 'layering' the fractal animation streams. Mandelbulber is being improved with the 2 geniuses Buddhi and Graeme doing most of the development.

AUDIO. Music by @ LATP Audio - Heartbeat Beneath the Leaves Copyright Free Dub - Reggae   [Image: yt_favicon_ringo2.png] • LATPaudio - Heartbeat Beneath the Leaves |...   Music generated by AI

Print this item

  How to transform a layer and a path both together?
Posted by: teapot - 11-19-2025, 02:28 AM - Forum: General questions - Replies (10)

Hi,

In gimp 3 (currently 3.0.4) how do I transform a layer and a path both together with a transform tool such as move, rotate, scale etc.

In gimp 2 I can lock them both and then use a transform tool to transform both by the same transformation.

In gimp 3 I can have the path selected in the paths dialog and the layer selected in the layers dialog but as far as I can spot so far a transform tool will transform one or the other not both.

Thanks for any help.

Print this item

  Gimp 3.0.6 Python plug-in bug with text layer.set_color(color)?
Posted by: Volker - 11-18-2025, 02:43 PM - Forum: Scripting questions - Replies (8)

My environment: Apple Mac mini M2, macOS Tahoe 26.1.

I want to set the color of a text layer from a Python plug-in. In Gimp 2 I used the plug-in "gimp-text-layer-set-color".

In Gimp 3 I find the layer method "set_color(color)", but the color remains to be the foreground color. The same with the PDB plug-in.
First try with layer method:

Code:
textColor = Gegl.Color.new("red") # e.g.
textLayer = Gimp.TextLayer.new(image, "Text", someFont, sometextSize, Gimp.Unit.pixel())
textLayer.set_name("Text")
textLayer.set_color(textColor)
image.insert_layer(textLayer, parent, position)
The text is black.
Next try with pdb proc:
Code:
textColor = Gegl.Color.new("red") # e.g.
textLayer = Gimp.TextLayer.new(image, "Text", someFont, sometextSize, Gimp.Unit.pixel())
textLayer.set_name("Text")
pdb = Gimp.get_pdb()
textLayerSetColor = pdb.lookup_procedure("gimp-text-layer-set-color")
pdbConfig = textLayerSetColor.create_config()
pdbConfig.set_property("layer", textLayer)
pdbConfig.set_property("color", textColor)
textLayerSetColor.run(pdbConfig)
image.insert_layer(textLayer, parent, position)
The text is black.
Next try with foreground:
Code:
textColor = Gegl.Color.new("red") # e.g.
foreground = Gimp.context_get_foreground()
Gimp.context_set_foreground(textColor)
textLayer = Gimp.TextLayer.new(image, "Text", someFont, sometextSize, Gimp.Unit.pixel())
textLayer.set_name("Text")
image.insert_layer(textLayer, parent, position)
Gimp.context_set_foreground(foreground)
Success! The text is red.

Where is the error? With my code or with Gimp?

Print this item