Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ComicBook - RuntimeError: cancelled
#14
Many thanks for all the answers (very good)! Smile

Hi Krikor,

The best version (in my view) is the one included in G'MIC.

If you really want to have the python plug-in, take this one (it's renamed "simple cartoon"). I had forgot to add it on github. I've just added it and changed the README.

If you really want exactly the old version, just change:
Code:
pdb.plug_in_gmic_qt(img, layer, 1, 0, '-fx_curves_interactive 7,0,1,7,0,0,'+pointLum+',100,100,-1,0,0,'+pointSat+',100,100,-1,0,0,100,100,-1,0,0,100,100,-1,')
into
Code:
pdb.plug_in_gmic_qt(img, layer, 1, 0, '-fx_curves_interactive 7,0,1,"7","0,0,'+pointLum+',100,100,-1,0,0,'+pointSat+',100,100,-1,0,0,100,100,-1,0,0,100,100,-1"')
Reply


Messages In This Thread
ComicBook - RuntimeError: cancelled - by Krikor - 08-02-2023, 01:18 PM
RE: ComicBook - RuntimeError: cancelled - by cli345 - 08-03-2023, 04:56 PM

Forum Jump: