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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,355
» Latest member: Raymondoxipt
» Forum threads: 6,662
» Forum posts: 36,306

Full Statistics

Latest Threads
Darktable Images Opening ...
Forum: Windows
Last Post: sallyanne
8 hours ago
» Replies: 2
» Views: 88
[SUGGESTION] Improved uni...
Forum: General questions
Last Post: Ofnuts
Yesterday, 09:48 PM
» Replies: 4
» Views: 155
Currently Active Image
Forum: Scripting questions
Last Post: Ofnuts
Yesterday, 09:32 PM
» Replies: 3
» Views: 149
Getting active image and ...
Forum: Tutorials and tips
Last Post: Ofnuts
05-02-2024, 07:32 AM
» Replies: 0
» Views: 116
python-fu pdb.file_exr_sa...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 03:12 PM
» Replies: 0
» Views: 100
Threading / Loops in Pyth...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 02:46 PM
» Replies: 14
» Views: 1,454
how do i erase blue penci...
Forum: General questions
Last Post: rich2005
05-01-2024, 07:21 AM
» Replies: 1
» Views: 121
Align Tool: Distribute ta...
Forum: General questions
Last Post: akn_39
04-30-2024, 10:08 PM
» Replies: 3
» Views: 3,142
Script Collection Online
Forum: Scripting questions
Last Post: rgbellotti
04-30-2024, 01:35 AM
» Replies: 1
» Views: 435
creases
Forum: General questions
Last Post: Ofnuts
04-29-2024, 02:22 PM
» Replies: 13
» Views: 558

 
  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
Code:
myGlob="*"
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!

Print this item

  Black and White
Posted by: Nico - 05-09-2021, 12:06 PM - Forum: General questions - Replies (6)

Hello !

I'm trying to reproduce that type of black and white with GIMP : https://64.media.tumblr.com/3e9799783df3...607478.png

It's more complicated than I tought. I think this picture may be realised with photoshop but perhaps I can do the same with GIMP ?

I tried a lot of things but now I don't know what to do. I can't find any tutorial on the internet.

Thank you in advance !

Print this item

  GIMP failed to load a large gif
Posted by: Sargon Torchrise - 05-08-2021, 08:05 PM - Forum: General questions - Replies (2)

The software GIMP failed to load large gif. When I loaded the gif in GIMP, most of the frames became transparent/nothing. The number of frames is 1905

What happened? How can I fix this?
I am using a Windows 10 laptop.
By the way, this below is the link to the video:

https://youtu.be/gOSyI2B2YZs

Please help me.

Print this item

  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.

Print this item

  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.

Print this item

  Need help isolating object against alpha channel
Posted by: sayluv - 05-08-2021, 05:24 PM - Forum: General questions - Replies (2)

Hi-

I am trying to isolate my dog in my project but I forgot to add the alpha channel. I tried creating a new image so I could select and past the dog in but when I do a fuzzy select I cant get it to select the dog or the white so that I can invert it.

Thx

Gimp File: http://www.filedropper.com/01-09-19bholu...prosthesis



Attached Files Thumbnail(s)
   
Print this item

  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

Print this item

  Poor way to make image to images
Posted by: lmh1 - 05-07-2021, 06:53 AM - Forum: General questions - Replies (2)

Its easy way to make like sircle with speaker headers in gimp?
Because its hard because its did not look its understand what to do.

https://www.youtube.com/watch?v=ewVUxvTfK9Q

I know illustrator have
https://www.youtube.com/watch?v=dV9wqMnIRmg

Its way to add it to gimp?



Attached Files Thumbnail(s)
   
Print this item

  path-waves script to make spikes on circle help.
Posted by: halotaco - 05-06-2021, 10:46 PM - Forum: General questions - Replies (4)

Hi,

I am trying to put some "spikes" on the edge of a circle.  You can see I have tried to do it manually.... and you can see where my skill is at :-)    I got some info and found this, but need a little help to finish this off.

Which of the path-wave effects I should use?  I have tired a bunch of tings and just can't seem to figure it out.  I got close with ellipse 20, 40k, none, 0.  What would be the best effects to achieve this?

Then it should be a simple fill.  Thanks in advance any/all help.



Attached Files Image(s)
   
Print this item

  Change alpha channel gray checkers to white
Posted by: sayluv - 05-06-2021, 04:05 PM - Forum: General questions - Replies (2)

Hi-

Is there a way to change the alpha channel gray checker background to white or another color in the settings?

Thx

Print this item