(06-26-2021, 03:35 AM)meetdilip Wrote: Hi, I heavily depend on Filters > Edge Detect > Difference of Gaussians (legacy ) to convert images into line art. During the last couple of days ( perhaps a week ), whenever I use this option, the output is a blank canvas.
Then I tried to use bede plugin which worked fine for Artistic > Comic Book for 2.10. Sadly, I am getting this error now
Quote:Traceback (most recent call last):
File "/tmp/tmp.Yn1vXJkgGt/gimp/2.0/python/gimpfu.py", line 740, in response
dialog.res = run_script(params)
File "/tmp/tmp.Yn1vXJkgGt/gimp/2.0/python/gimpfu.py", line 361, in run_script
return apply(function, params)
File "/home/myPC/.config/GIMP-AppImage/2.10/plug-ins/bede2.10.py", line 34, in bd
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,')
RuntimeError: cancelled
I am using a very early 2.10.25 AppImage and have changed almost nothing in the last 30 - 40 days. I am using the GMIC-QT plugin provided by @rich2005
It would be nice to know how to fix these. Thanks.
Edit : Looks like I have set GMIC to auto update " Weekly ". Is that what is causing the current issue ?
I have the .deb from handbooks GIMP 2.10.24 and the Appimage with plugins GIMP 2.10.25 continuous release from aferrero2707 and did tried "Filters > Edge Detect > Difference of Gaussians (legacy )" on both GIMP version.
I got a blank layer as well on both GIMP
It seems to be a python problem, may be related to an update on the OS (Ubuntu based OS?) conflict between python 3.x and python 2.7?
Sorry I can't tell if it's that or not, it's above my field of competences, and yes I can see that G'MIC is involved at the end of your traceback...
My first thought would be to try with an older version of the GIMP appimage with plugins, a version like 2-3 months older, or with an older version of G'MIC to see which one is the faulty one...
https://gmic.eu/files/linux/
or the G'MIC appimage for GIMP https://github.com/aferrero2707/gimp-plu...continuous (this is not GIMP, but G'MIC)
But I would say Don't try this at home and save all your GIMP/G'MIC configuration before to do anything or wait for some one with a knowledgeable answer
In the terminal type
Code:
python -V