David Tschumperlé

Results 175 comments of David Tschumperlé

> Do you have an idea? Not really no. I'm not using `snap` at all to install things, sorry.

Great, thanks for sharing your solution. I'm pretty sure this will help others!

Apparently, you are trying to execute the plug-in for GIMP. It cannot be run as a self-contained application, it must be called from GIMP.

Yes, my fault. I've completely messed up (mainly because I'm still a git novice after all these years!). I had to delete/recreate the repository from scratch.

Could you provide your Fave file for inspection? (`%APPDATA%/gmic/gmic_qt_faves`)

Thanks. After analyzing your data, we think we can tell what happened: The filter `Color Presets` has been updated since you put it in your Faves, and additional filter parameters...

Thanks for your report. We don't have a Mac, so we'll have a hard time being useful here. Anyway, I remember that for years, we got frequent G'MIC crashes in...

On MacOSX, the default stack size for the main thread is actually 8Mo while the stack size of a newly created thread is 512KB. My guess is that if the...

> As for Krita, we already run a 16MB stack for G'MIC and Krita itself-- see https://github.com/amyspark/gmic/blob/8a6ce71ddc868400eb25676f51c43bd014e0e33d/gmic-qt/CMakeLists.txt#L255-L267, so that can be safely excluded. But that is only for Windows, not...

> G'MIC already works around this in https://github.com/GreycLab/gmic/blob/master/src/gmic.cpp#L10779. Except that if your Krita-specific code launches the G'MIC interpreter in its own thread ? I don't know if this is the...