| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,219
» Latest member: Tynicero
» Forum threads: 7,856
» Forum posts: 42,635
Full Statistics
|
| Latest Threads |
GIMP 3.0 RC: Text Tool fo...
Forum: General questions
Last Post: rich2005
13 minutes ago
» Replies: 4
» Views: 184
|
GIMP 3 - Social Media Res...
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:30 AM
» Replies: 1
» Views: 136
|
Export issue
Forum: General questions
Last Post: denzjos
Yesterday, 07:08 AM
» Replies: 1
» Views: 200
|
Text defaults
Forum: General questions
Last Post: rich2005
04-05-2026, 04:24 PM
» Replies: 3
» Views: 259
|
Tool Presets
Forum: Tutorials and tips
Last Post: sallyanne
04-05-2026, 01:30 PM
» Replies: 0
» Views: 117
|
Resolution for EPS files
Forum: General questions
Last Post: rich2005
04-05-2026, 10:48 AM
» Replies: 2
» Views: 183
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
04-04-2026, 03:25 PM
» Replies: 7
» Views: 1,788
|
The font selection featur...
Forum: General questions
Last Post: rich2005
04-03-2026, 04:49 PM
» Replies: 2
» Views: 317
|
Subject: Font selection n...
Forum: General questions
Last Post: HHH
04-03-2026, 11:43 AM
» Replies: 0
» Views: 187
|
PDF bearbeiten - PDF EDIT
Forum: General questions
Last Post: rich2005
04-02-2026, 10:32 AM
» Replies: 4
» Views: 2,219
|
|
|
| Panorama Projection |
|
Posted by: patrislav - 07-26-2024, 10:42 AM - Forum: Scripting questions
- Replies (9)
|
 |
Hi,
I need to script Filters -> Map -> Panorama Projection, but can't find it in the Procedure Browser.
Did I miss something, or is it just not available?
(GIMP 2.10 on Ubuntu 24.04)
TIA
Patrick
|
|
|
| Change colour/style of text over path |
|
Posted by: TargetedIT - 07-23-2024, 08:18 PM - Forum: General questions
- Replies (2)
|
 |
Hello,
With help from members here, i have managed to create text over a circular path, using the ofn-text-along-path script from ofnuts. The problem is that the text is outline and, a blue colour. I need the text to be solid and white, as the background is black. I have not managed to find a way to do this, using the script or, otherwise.
Are there any suggestions for what I should be doing to achieve this, no doubt it will be something obvious?
Thank you.
|
|
|
| How can I get a layer ID by its position ? [Script-Fu] |
|
Posted by: Nival - 07-21-2024, 07:07 PM - Forum: Scripting questions
- Replies (5)
|
 |
Hi everyone !
It seems to be the most stupid question in the world but I can't find the answer and begin to lose my hair ...
I just want to get a layer ID by its POSITION ... (its relative position to be exact, but it doesn't matter)
In practice : I want to write a script which use the active layer (ok, so easy --> gimp-image-get-active-layer) AND the layer below ... then ... for it ... what can I do ?
Of course I know the position of my active layer in the tree (gimp-image-get-item-position) .... but I can't find the procedure to get the ID of a layer below (or above, or anything else) ...
((I could use gimp-image-get-layers to obtain the entire list, then write a loop to check each layer, one by one, until matching my active layer, then get the next ...... but ... that is a so heavy and absurd and annoying solution ... (EDIT : Ok I can also use the position of my active layer to a bit more directly find the layer below in the list ... but I understood that I can't directly get an item in a list, so it would be more or less the same : write a loop which will review one by one each layer until reaching the position "+1"....) ))
There must be a simple and obvious way to do it... but I can't find it...
Thanks in advance to anyone who'll give me the answer !
|
|
|
|