Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

G'MIC> Pattern> Strip command line?

Thu Jun 11, 2020 8:45 pm

I'm trying to write a python script using a command line from G'MIC and I'm not getting any result. The G'MIC filter create stripes. This is what I have:
Code:
pdb.plug_in_gmic_qt(img, backlayer, 1, 0, "-v - -fx_strip 30,100,0,1")
Any help? Thanks!

Re: G'MIC> Pattern> Strip command line?

Thu Jun 11, 2020 11:35 pm

Hi Pocholo.

It's probably about: "jeje_strip".
Also -v - - is no longer needed.
You can always check if the command name is current (updated daily):
https://gmic.eu/gui_filters

Re: G'MIC> Pattern> Strip command line?

Thu Jun 11, 2020 11:43 pm

Wow, I'm busting my brain going around the web and I could not fine anything definitively. Thank you sooooooo much MreroQ! I'm always learning something from you. Thank you again! :jumpclap
Post a reply