| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,869
» Latest member: Rustler
» Forum threads: 7,932
» Forum posts: 43,168
Full Statistics
|
| Latest Threads |
Where are the plugins whe...
Forum: Linux and other Unixen
Last Post: phobby
17 minutes ago
» Replies: 12
» Views: 1,029
|
Picture Repair
Forum: General questions
Last Post: sallyanne
2 hours ago
» Replies: 4
» Views: 155
|
Hi, I'm new here, and I'd...
Forum: Extending the GIMP
Last Post: el1an
6 hours ago
» Replies: 2
» Views: 79
|
image - on a website - an...
Forum: General questions
Last Post: saint_m
Yesterday, 05:24 PM
» Replies: 0
» Views: 65
|
some legacy gimp smc scri...
Forum: Extending the GIMP
Last Post: jkbzh
Yesterday, 01:03 PM
» Replies: 0
» Views: 89
|
want to combine some of t...
Forum: General questions
Last Post: sallyanne
Yesterday, 08:59 AM
» Replies: 3
» Views: 137
|
Python-Fu Gimp 3.2.4. Get...
Forum: Extending the GIMP
Last Post: Scallact
07-23-2026, 04:32 PM
» Replies: 10
» Views: 481
|
AI Agent Goes Rogue And H...
Forum: Watercooler
Last Post: Tas_mania
07-22-2026, 11:01 AM
» Replies: 0
» Views: 194
|
Can't move or transform l...
Forum: General questions
Last Post: rich2005
07-20-2026, 07:12 PM
» Replies: 1
» Views: 264
|
England or Argentina to p...
Forum: Watercooler
Last Post: Tas_mania
07-19-2026, 10:28 PM
» Replies: 11
» Views: 801
|
|
|
| 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.
|
|
|
| How to blend the edges of a steiner chain |
|
Posted by: WoodGoat - 05-08-2021, 07:22 PM - Forum: General questions
- Replies (1)
|
 |
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.
|
|
|
|