| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,925
» Latest member: jjmeric
» Forum threads: 7,690
» Forum posts: 41,830
Full Statistics
|
| Latest Threads |
Gimp 3.0 get Metadata wit...
Forum: Extending the GIMP
Last Post: Volker
3 hours ago
» Replies: 3
» Views: 118
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: jjmeric
4 hours ago
» Replies: 13
» Views: 11,376
|
Text Editor hardly ever w...
Forum: General questions
Last Post: Snacko
4 hours ago
» Replies: 4
» Views: 173
|
Colorized Layer Reverts t...
Forum: General questions
Last Post: TMORT
6 hours ago
» Replies: 4
» Views: 222
|
How to get G'MIC within G...
Forum: General questions
Last Post: rich2005
Today, 09:07 AM
» Replies: 2
» Views: 128
|
How to make image and mas...
Forum: Installation and usage
Last Post: Ofnuts
Yesterday, 08:39 PM
» Replies: 5
» Views: 252
|
Multi window mode mode fa...
Forum: General questions
Last Post: teapot
11-07-2025, 01:40 PM
» Replies: 5
» Views: 377
|
Animation with only GIMP ...
Forum: Gallery
Last Post: Scut-51
11-06-2025, 11:49 AM
» Replies: 25
» Views: 23,017
|
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
11-05-2025, 07:47 AM
» Replies: 7
» Views: 3,803
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
11-04-2025, 04:39 PM
» Replies: 7
» Views: 514
|
|
|
| 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.
|
|
|
| Mask doesn't leave outline |
|
Posted by: sayluv - 05-07-2021, 03:52 PM - Forum: OSX
- Replies (3)
|
 |
Hi-
When I use any of the masks they no longer leave the little gray dotted mask outline like they used to on Osx. I am running the latest version GIMP 2.10.14 on the latest version of OSx. When I run Gimp on my Surface Pro with windows 10 I do see the mask outline as expected.
Has anyone experienced this or have a fix?
Thx
|
|
|
|