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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,951
» Latest member: VairtaJaR
» Forum threads: 7,711
» Forum posts: 41,932

Full Statistics

Latest Threads
Beginner question on Laye...
Forum: General questions
Last Post: sallyanne
5 hours ago
» Replies: 2
» Views: 195
Gimp 3 path tool auto con...
Forum: General questions
Last Post: Scallact
9 hours ago
» Replies: 3
» Views: 183
How to transform a layer ...
Forum: General questions
Last Post: Scallact
10 hours ago
» Replies: 9
» Views: 327
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Scallact
10 hours ago
» Replies: 6
» Views: 237
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
Yesterday, 11:37 AM
» Replies: 0
» Views: 99
B&W and slight green tone
Forum: Gimp 2.10
Last Post: StellaD09
Yesterday, 08:29 AM
» Replies: 12
» Views: 16,113
Issue with Gradient Flare...
Forum: General questions
Last Post: ldd2
11-19-2025, 10:24 PM
» Replies: 5
» Views: 310
Wall Of Fractal Featuring...
Forum: Gallery
Last Post: Tas_mania
11-19-2025, 08:43 PM
» Replies: 0
» Views: 122
Text Editor hardly ever w...
Forum: General questions
Last Post: sallyanne
11-19-2025, 01:29 PM
» Replies: 6
» Views: 585
Ubuntu - Right way to cra...
Forum: Linux and other Unixen
Last Post: ExplodingCabbage
11-18-2025, 08:01 PM
» Replies: 2
» Views: 283

 
Question - Newbie confused -
Posted by: galactic-gorilla - 02-14-2023, 06:31 PM - Forum: Extending the GIMP - Replies (6)

Hey everyone,

So I am sure this gets asked all the time, and I apologize if I add to the number of times but even after all the research I have done, I am still not entirely convinced I have put the scripts and plug-ins in the correct places. Below is two screenshots from Edit/Preferences/Folders/Scripts and also /Plugins
                         
           

What I am ultimately confused about is the GIMP I have installed and run is

   

I have two folders labeled "2.0" and "2.10" that contain the plug-ins and scripts I've downloaded, I ended up putting them into both folders because I couldn't seem to get it to work any other way. Although most of them seem to work, I'm not sure what the difference is between these two folders. I'm hesitant to delete either one and test it out myself, as it took me way to much time to get everything working correctlycorrectly. If anyone could provide information or insight into this it would be greatly appreciated.

Thanks

Print this item

  Gimp Layer Mask
Posted by: iconwilly - 02-14-2023, 08:52 AM - Forum: General questions - Replies (14)

When I made an image in GIMP I overlayed a paper texture onto my photo making the image look like it's made of paper.
But when I transfered the image to VTF or made it my computer background, the paper texture I added seems to be missing, is there a way to add this texture to the image so it looks like this no matter what, when I put it in VTF or any other software.

Thanks.

Print this item

  vignette.scm error
Posted by: Marty0750 - 02-14-2023, 01:58 AM - Forum: Windows - Replies (4)

The error is: "unbounded variable NORMAL"
Ie the script fails to work

Found this thread on the same issue here
https://www.gimp-forum.net/Thread-Gimp-2...70#pid8270
No luck.

GIMP version is  2.10.32

Script attached

Help appreciated.


Marty



Attached Files
.zip   210_edges_vignette.zip (Size: 1.76 KB / Downloads: 416)
Print this item

  Gimpscripter plug in for 2.10?
Posted by: notsogoodyet - 02-13-2023, 10:13 PM - Forum: General questions - Replies (2)

Hello all, I'm a new programmer and somewhat experienced GIMP user. After doing some research into Python Fu I was excited to read about this Gimpscripter plug-in. But when I install it, it shows up in the filter bar - I click on it - nothing happens. I can't seem to figure out if I've installed it wrong or if this plug-in doesn't work on 2.10. 

Has anyone here used Gimpscripter on GIMP 2.10? 
Any tips on why the plug-in might show up but the GUI isn't showing up?

I've extracted the Gimpscripter files like this
AppData
   Roaming
      GIMP
         2.10
            plug-ins
               Gimpscripter.py
               Gimpscripter(Folder)
                  gui(Folder)
                  mockmenu(Folder)
                Doc(Folder)

Any help is greatly appreciated!

Print this item

  I am new just my photo on back ground
Posted by: Holographic Breathing - 02-13-2023, 02:41 PM - Forum: General questions - Replies (3)

Hi I am new to this.

I have a nice photo of myself and with gimp I have cut out the backgrounds and I think the background is now transparent.
The photo is w1008 x h961

I want to add the photo with the transparent background to a larger background -  w18 66 x h9 61

I have saved a background of this size in white and would like to change it to colour that I would like and then put my picture with the transparent background on the top.

I would really like some help to achieving this because I'm getting nowhere.

Many thanks in advance to anyone who helps.

Print this item

  Shadow question
Posted by: sl60 - 02-13-2023, 02:48 AM - Forum: General questions - Replies (4)

If I have a tree on a lawn, for example, and I add a cast shadow on the grass, how can I accurately depict the shadow if it hits a vertical wall and climbs upward?

[Image: vertical-garden-with-walls-concrete-floo...3-7795.jpg]

Print this item

Question Concatenate a layer name with fixed text and variables
Posted by: tkemmere - 02-11-2023, 05:24 PM - Forum: Scripting questions - Replies (2)

Hi all,

I'm learning Python as I go along in the Gimp. Can somebody get me going on this one please?

I have a few variables loaded with figures. (blur is for example 10 and contrast 0.15). I would like to set a layer name, so that later I can save the layer with a filename based on the layer name.

But how do I combine fixed text and variables? It must be something like this, but how exactly?

Code:
pdb.gimp_item_set_name(new_layer, "Blur "+{blur}+"contrast "+{contrast})

I would like the layer name to be "Blur 10 contrast 0.15".

I also tried with "&" but that didn't work either. Nor did it without the "{}".

Am I close? Thanks!  Smile

Print this item

  Programmatic XCF text layer editing
Posted by: Anthony Buff - 02-11-2023, 03:40 PM - Forum: Scripting questions - Replies (9)

[Image: Perfect-Fit.png]
The above was the answer to a question I found in reddit thanks to a similar quest of mine. I'm set out to do just that, and my lackings on Python programming are very nicely being covered by ChatGPT.

I have text layers in an xcf file with descriptive names and at this point, all I want to do is replace the text in them programmatically from a python script..

Chat GPT has already come up with some python code but it's throwing up a crucial error right at the beginning:

Code:
import gimpfu

line 1, in <module> import gimpfu ModuleNotFoundError: No module named 'gimpfu'

Then Chat GPT suggested this:
Code:
import sys
sys.path.append("/usr/lib/gimp/2.0/python")
import gimpfu

Same error pretty much:
line 3, in <module> import gimpfu ModuleNotFoundError: No module named 'gimpfu'

Chat GPT suggested to find the location for gimpfu.py

Code:
find / -name gimpfu.py 2>/dev/null

That rendered nothing in my terminal. I'm on bullseye, MX Linux, and GIMP is installed from the repository. I can reinstall should that be the suggestion. I'm on GIMP 2.10.28


Any ideas as to how to go about this? Are there any sample files that could show the editing of an existing text laxer? But then, How can I get python to import the library that talks to the GIMPs API?

Print this item

  [split] GIMP crashes randomly
Posted by: rickk - 02-11-2023, 07:33 AM - Forum: General questions - Replies (21)

(02-06-2023, 06:15 PM)cjsmall Wrote: My question is: are others experiencing this as well?  

What I have noticed while working with canvas size 16,000 x 11,000...some operations take an especially long time to conclude, making Gimp appear "locked", although it'd actually chuffing away.

For example, a bucket fill operation, even within a relatively small target area of the larger picture, for instance only 150x 200 pixels, can take 45 seconds to actually paint the target.  My guess is that's because Gimp has to calculate it''s task relative to pixel 1;1 of the graphic, so there is a lot of heavy lifting going on under the covers, despite the appearance of a simple task. Paths on really large canvasses take  a long time to process, as well.

In fact, I've been getting a surprising amount of outright crashes when stroking a path on large canvases, more so than I've ever experienced with Gimp before,  which is heart breaking when I've got considerable work in progress that just goes "poof" along with it.
What I've done is to modify my workfow, performing all the other "non-path" tasks as a group, then saving that  as an interim work, before embarking on any extensive path work.... saving paths for last....which the strategy has eliminated a lot of frustration.


I've been knitting "tiles" together of an old map that  I found in a multi page format PDF online source.  Importing into Gimp at 600 PPI,  and then touching up the join areas.   And it was going so well I decided to expand my work, ultimately enlarging the canvas to 16,000 x 14,000....whereafter Gimp  got REALLY crash prone...crashed like half a dozen times just this afternoon. But having learned the hard way what to expect, I just saved a copy before plotting any path, just to be on the safe side.

Probably need to buy a new laptop, my current machine is maxxed at 8 GB ram..

Print this item

  Cropping multiple images and exporting all layers
Posted by: PHDIKOULAS - 02-10-2023, 10:28 AM - Forum: General questions - Replies (3)

Novice gimp user

I had a previous version of gimp along with some plugin i assume

I could open 10 images as layers, crop and then export all layers. I cannot seem to remember what plugin that was if it even was a plugin. The only thing i remember is that the output folder was always in system 32

Any clue what it might have been?

Print this item