David Tschumperlé
David Tschumperlé
I believe this is caused by the G'MIC command `shell_cols` which uses `tput` to estimate the number of columns in the current shell. Commit : https://github.com/dtschump/gmic/commit/52063f08fb6d1e8e33a140c98fedb8d536676888 should disable this feature...
I'm currently releasing v.3.0.2 of G'MIC, just for information.
I think this will be fixed for Krita 5, where the devs plan to have a direct integration of G'MIC (rather than having G'MIC as an external plug-in).
The CMake files have been moved here : https://github.com/dtschump/gmic/blob/master/resources/CMakeLists.txt There has been changes recently and AFAIK the CMakefile is currently not functionnal to compile G'MIC. I don't know much about...
Last time I tried, it was not working, even when copied on the project root.
That means G'MIC has not been able to get a X11 Display, either because: 1. The plug-in binary has not been compiled with display support. In that case, the bug...
You don't need pspi to run G'MIC on GIMP. How did you install the plug-in ?
Yes, unfortunately, the character set supported by the G'MIC command `text` is quite limited at the moment (and does absolutely not support UTF-8). Command `fontchart` shows the available characters. Every...
>`out=diff_set( p(y), xor_set(p(x),p(y)) );` > > As you can see, it's virtually the same, but what happens after you run it? No it's not. Do not forget that your `diff_set()`...
It's not planed to add functions (rather than macros) in math parser. This would mean: having to manage a stack for arguments push/pop, as well as a stack for keeping...