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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,570
» Latest member: archibael
» Forum threads: 7,447
» Forum posts: 40,703

Full Statistics

Latest Threads
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 281
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 165
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 331
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 425
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 168
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 149
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 888
Windows save
Forum: General questions
Last Post: Tas_mania
06-26-2025, 10:30 PM
» Replies: 2
» Views: 261
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 224
How to fix halftones?
Forum: General questions
Last Post: rich2005
06-26-2025, 10:57 AM
» Replies: 2
» Views: 271

 
  How to deselect path in Gimp? Select>None is not working!
Posted by: marigolden - 10-14-2019, 07:07 AM - Forum: General questions - Replies (14)

I go to Select>None yet it doesn't deselect the path whichever path it's on from the paths panel. I even tried going to layers and seeing if making all of them not visible would deselect the path, but even with the layers not visible the path is still selected!! How do I deselect the path. Thanks

Print this item

  Why is the path randomly veering off to a random spot?
Posted by: marigolden - 10-14-2019, 05:33 AM - Forum: General questions - No Replies

It's not like I can edit the anchor bc there iss no anchor to where it's going to! What went wrong?
https://imgur.com/a/NX0AChn


Nvm, I figured out those 2 points were too much on the black line so I adjusted them both in..fixed!

Print this item

  Batch Changing font style
Posted by: carmen - 10-14-2019, 01:54 AM - Forum: Scripting questions - Replies (4)

Hello!
I have managed to put together a Gimp plugin (attached) to change font styles
a. the font itself
b. increase/decrease: font size, letter spacing and line height (separately)
c. the font color to foreground color
to apply inside: active group, active group & subgroups, or whole image.

I find it especially useful for treatment of files with a lot of text layers (maps, diagrams)  after scaling the whole image. With a hitch: the plugin works only on text layers, and that property disappears on scaling, to be restored only by clicking on the layer with the text tool and accepting 'edit'--somewhat uphill when you have 20+ text layers.
Now, my question is: can there be some way to restore the text to editable from a plugin? (It will be on the wrong font size and requiring further adjustments, but one can always work on a copy.)
After much digging, I have found that those former text layers return on

Code:
pdb.gimp_item_get_parasite_list()

a 'tuple' containig "gimp-text-layer" (so, one can pick them out from the other layers), but I haven't found any way to restore them. Something like 'open as text layer' (with options) must exist in the Gimp internals...
So, please: any ideas?
Thanks!



Attached Files
.zip   group_stylefont_V3.zip (Size: 1.83 KB / Downloads: 450)
Print this item

  ofn-jigsaw
Posted by: Ofnuts - 10-13-2019, 08:00 PM - Forum: Extending the GIMP - No Replies

ofn-jigsaw generates a jigsaw pattern as a path:

   

It can be used to bump-map a pattern into a picture:

   

Since you have a path some effects are much easier than with the standard plugin:

   

Available here.

Enjoy.

Print this item

  Help with plugin
Posted by: carmen - 10-10-2019, 05:33 PM - Forum: Scripting questions - Replies (4)

Hello!
My first attempt in phyton, and... plugin doesn't register. Huh Suspect fault is something very basic... Sad
Can somebody help, please?
Many  thanks!



Attached Files
.zip   group-text2path.zip (Size: 1,005 bytes / Downloads: 373)
Print this item

  Automation questions.
Posted by: PSNick - 10-10-2019, 01:00 AM - Forum: Scripting questions - Replies (6)

Hello,

I am using Python 3 to edit some images successfully using PIL, but there are things that I'm unable to do with it and was hoping to call gimp from python for those specific tasks.

What I'm currently manually doing in GIMP and need to automate is:
1. Open Image
2. Select by color
3. Shrink selection
4. Select > To path
5. Export path.. [as svg] (accessing the svg information without saving the file would also work)

From what little I could see in the python console inside GIMP the following procedures can be scripted that seem to match the above requirements, though I wouldn't know how to do so yet:
1. file-png-load
2. gimp-image-select-color
3. gimp-selection-shrink
4. plug-in-sel2path
5. Can't find any.


What would be the best way to automate this process from the command line?

Thank you,
Nick

Print this item

  Cage Transform
Posted by: Terry50 - 10-10-2019, 12:31 AM - Forum: General questions - Replies (1)

Hello   Smile
After I conclude making the box,  is there a way to move all the squares I want before it starts changing ?
When I move one square at a time,  it takes a long time to change..... when you wait for each  -  one at a time.  If I move 6 squares,  that is a long time.
Terry

Print this item

  GIMP for shapes
Posted by: Green Pig - 10-08-2019, 02:43 PM - Forum: General questions - Replies (3)

Hello folks,

I have been using GIMP on and off mainly for photo editing. My next task is to explore creating designs using mainly shapes such as directional arrows similar to below image.

Having experimented with pasting into a blank canvas, the options available seems fairly limited "the selection has no editable parameters" is often encountered, really what I would like to know is this a good tool to use or would I be better learning say a vector based program and go from there?

Thank you


[Image: pointed-directional-arrows-vectors.png]

Print this item

Wink Gimp 2.10 Issue Imput Output
Posted by: Hullo - 10-08-2019, 12:38 PM - Forum: General questions - Replies (3)

Hi everyone, i'm new forum user.
I've been using gimp for a year and everithings running ok until yesterday night when a input output error was appeared.

[Image: Immagine.jpg]
Translate:
impossible to read the content c:\pagefile.sys

in addition to this problem nick collection free tools has stopped working.

Can someone help me??

Print this item

  Padding Selection
Posted by: akovia - 10-07-2019, 01:02 AM - Forum: General questions - Replies (2)

Something I have always been curious about is why selection tools can reach out into the padding past the canvas. The adjustment handles land past the canvas edges and I can't think of a reason why that would be useful. I'm sure someone has an answer though.

I believe an option to Constrain to Canvas Edges would be useful. Then you could over-select with a tool and grab the adjustment handles right where you want to make the adjustment. It's a small thing but seems much more intuitive to me. 

Anyone else ever thought this too?

   

Print this item