| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Gradient issue on large i...
Forum: General questions
Last Post: id10terror
4 hours ago
» Replies: 5
» Views: 170
|
Scanner menu missing
Forum: General questions
Last Post: rich2005
10 hours ago
» Replies: 11
» Views: 1,503
|
Gimp-Forum.net has not be...
Forum: Gimp-Forum.net
Last Post: rich2005
11 hours ago
» Replies: 10
» Views: 892
|
How to create custom comp...
Forum: General questions
Last Post: denzjos
Yesterday, 05:23 PM
» Replies: 3
» Views: 180
|
Rotating a layer against ...
Forum: General questions
Last Post: sallyanne
Yesterday, 07:19 AM
» Replies: 11
» Views: 1,190
|
Beginner question - setti...
Forum: General questions
Last Post: nmw01223
04-25-2026, 08:31 AM
» Replies: 8
» Views: 934
|
Thank you for Gimp
Forum: Watercooler
Last Post: denzjos
04-23-2026, 06:53 AM
» Replies: 1
» Views: 1,387
|
Extracting a "Dotted Netw...
Forum: General questions
Last Post: rich2005
04-20-2026, 07:16 PM
» Replies: 11
» Views: 1,300
|
How to correct Gimp save ...
Forum: General questions
Last Post: Christophe.Maso@gmail.com
04-20-2026, 06:35 PM
» Replies: 2
» Views: 832
|
Batcher and simple animat...
Forum: Tutorials and tips
Last Post: MrsP-from-C
04-19-2026, 07:16 AM
» Replies: 2
» Views: 1,080
|
|
|
| How can I use file-glob to only return files with certain extensions? |
|
Posted by: charlweed - 05-10-2021, 09:38 PM - Forum: Extending the GIMP
- Replies (1)
|
 |
I'm trying to use python-fu in GIMP. I would like pdb.file_glob to return an array of image files in the format I specify. I tried:
Code:
myGlob = "*.png|*.PNG|*.jpg|*.JPG|*.gif|*.GIF|*.xcf|*.XCF"
globpath = os.path.join(patternDir, myGlob)
num_files, files = pdb.file_glob(globpath, 0)
But the files array is always empty, I assume because the glob syntax is invalid.
Note that if I use
I get the graphics files I want, but I also get files such as "fake.txt" and sub-directories, both I want to exclude.
I would also like the documentation for file-glob, I don't want to clone the repo and try and read the c++ source.
Thanks!
|
|
|
| how to blur the edges of an annular steiner chain |
|
Posted by: WoodGoat - 05-08-2021, 07:31 PM - Forum: General questions
- Replies (2)
|
 |
Hello:
I've been trying to figure out how to blend the edges of a G'mic generated annular steiner chain with round tiles. I've tried feathering by creating a channel selection then inverting it- didn't work. I then tried a gradient and that didn't work; blurs (gaussian, etc.) affect the whole image and I simply want to blur the edges of the round tiles (circles).
I'm using gimp 2.10 on win 8 64bit.
Any guidance would be greatly appreciated.
|
|
|
|