08-03-2023, 04:56 PM
Many thanks for all the answers (very good)! ![Smile Smile](https://www.gimp-forum.net/images/smilies/smile.png)
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:
into
![Smile Smile](https://www.gimp-forum.net/images/smilies/smile.png)
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,')
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"')