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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,624
» Latest member: Josephmally
» Forum threads: 7,490
» Forum posts: 40,881

Full Statistics

Latest Threads
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
9 hours ago
» Replies: 8
» Views: 2,884
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
10 hours ago
» Replies: 1
» Views: 75
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
Yesterday, 05:45 PM
» Replies: 2
» Views: 146
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
Yesterday, 03:31 PM
» Replies: 20
» Views: 53,309
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 191
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,800
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 191
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 140
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 106
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 128

 
  Problem with writing script that uses Colours->Colourize tool
Posted by: dworack - 03-07-2021, 09:13 PM - Forum: Scripting questions - Replies (2)

I've got a xcf file where I've created around 400 paths. I'm using it to change a color of the clothes of audience,
and now I would like to colorize each path with the same color. As far as I understood correctly there is no way to select multiple paths and apply color using Colours->Colourize tool, so I have to do it manually what is very tedious and log process (I need to do it for at leas 10 colors - 400 paths for each of them)..

I went into direction of writing a a script that does a job like Colours->Colourize tool instead

Current script looks like this:

def plugin_main(image, layer):
    for p in image.vectors:
        pdb.gimp_image_select_item(image,CHANNEL_OP_REPLACE,p)
        pdb.gimp_edit_fill(layer, FOREGROUND_FILL) 

it iterates over paths fine but instead of pdb.gimp_edit_fill I need to execute something like  Colours->Colourize  does. 

Is there any way to do it?

thanks in advance Smile ,

Print this item

  Eydropper/color picker doesn't work outside Gimp
Posted by: Bill H - 03-07-2021, 03:20 PM - Forum: General questions - Replies (1)

In GIMP 1.x, and supposedly still in 2.10, the "monitor" icon in the color picker window enables an eyedropper tool which collects color info from anywhere on the screen, not just in GIMP.  This is VERY useful!  But in 2.10 it doesn't seem to work, unless I'm doing something wrong: as soon as the cursor leaves the GIMP window it reverts to Windows' generic arrowhead, and clicking anywhere outside the GIMP window just brings the new window to the front, like with any other cursor.

Or is there a step I'm missing?

Print this item

  2D video software
Posted by: meetdilip - 03-07-2021, 07:24 AM - Forum: Other graphics software - Replies (2)

Hi, can someone suggest a good 2D intro video maker ? I thought of SynfigStudio, but the interface looks so dated. I can use Windows 10 if needed. It will be nice to have some pre-made actions like zoom in, zoom out, fade in fade out, flying in etc

Thanks Smile

Print this item

  Launch Gimp Flatpak from terminal?
Posted by: mholder - 03-06-2021, 11:46 PM - Forum: Linux and other Unixen - Replies (11)

I recently installed the LXDE desktop environment over my MINT 19.3 XFCE version.  I prefer LXDE and almost everything works, but I only have Gimp 2.8.  I do not know how to access Gimp 2.10.  The terminal command 'gimp' runs 2.8.

Is there any way I can start 2.10 from a terminal, or really is there any way at all?

Print this item

Lightbulb Blur to Blob Animation Issue
Posted by: awolf - 03-06-2021, 05:05 PM - Forum: General questions - Replies (3)

I am not remarkable at doing animations,  but I have not seen this problem in other years.

I am making a neon light sign, and just wanting the blur layers to go on and off.  Seems simple?  The problem is that the blur layer
   


 turns into a filled in blob 

   

I tried saving as a Gif, but even the gif when opened shows the blob.

(Windows 10 GIMP 2.10.22)

Now it has been many many many versions since I last animated, so maybe I am missing a few steps? 

Can someone assist me?


I will edit and update as I learn about the issue for any future readers.

Print this item

  Remove background
Posted by: meetdilip - 03-05-2021, 03:15 PM - Forum: General questions - Replies (13)

While I see many one-click remove background tools online, which works great too. I am a bit sceptic about my photos leaving my computer.

I always loved how GIMP helped do a lot of things and preserve our privacy at the same time. I wonder what are our options for background removal in GIMP 2.10.22. Is there any safe script or a reliable addon that we can use to make background removal easier ? Thanks.

Print this item

  How to Center Text on Path?
Posted by: TheHolyTerrah - 03-05-2021, 02:27 PM - Forum: General questions - Replies (8)

My question is pretty self explanatory IMHO.  Angel

The path tool is quite painful concerning text. It's very difficult to use to get things just right, and doesn't seem to ever do things perfectly the first time when applying "Text along Path". Neither is it intuitive or easy to edit.

It squishes. Distorts. etc. Strange thing is there's little to zero on the interwebs on the topic.

I cannot possibly be the only one wanting to do this. Either that, or it's actually so elementary no one actually cares to document it.  Wink  I'd very much love to see this as a future feature. As a software developer, though the task may be a difficult one to code, my humble unsolicited opinion is justification of text along a path should've been there from the beginning.  Tongue

So, is there a simpler way to assign justification attributes to text being applied to a path, with a focus specifically on centering?

TIA!  Heart

Print this item

  Can't draw lines.
Posted by: ranchdressing - 03-04-2021, 11:00 PM - Forum: General questions - Replies (3)

Running 2.10.22 on OSX Big Sur 11.3. Whenever I click and drag to draw a line, it just creates a dot where I start and every time I stop. Happens with every drag and click tool. Changing size, color, etc does not help. Any advice would be appreciated.

Print this item

  Drop shadow filter not available :(
Posted by: tamaarr91 - 03-04-2021, 10:48 PM - Forum: General questions - Replies (2)

Hi! 

I hope someone can help me. I'm trying to use the drop shadow filters, but unfortunatly the button is not available in my GIMP. I thought, perhaps it is because of my language settings, but i've also tried to change them via preferences, which did not help. 

Please see attached print screen! 

Thanks Smile 



Attached Files Thumbnail(s)
   
Print this item

  GIMP 2.10 Not responding on Mac??
Posted by: TheHPGuy - 03-04-2021, 06:48 PM - Forum: General questions - No Replies

I just downloaded GIMP 2.10 on my new mac. I changed the security settings so it should be opening, yet it's not responding. GIMP was working on my old pc with the same settings. It's been stuck on "Verifying" for 1-2 hours now in the background. Is there anything I can do to fix it?



Attached Files Image(s)
   
Print this item