David Tschumperlé
David Tschumperlé
Not much time to look at this right now. As you seem to understand the issue quite well, is this possible to get a PR about that?
Thanks for your report. Unfortunately I've no time to look at it in details right now, but a PR would be highly appreciated! (if possible for the `develop` branch). Thanks!
Does this solve your problem ? https://gmic.eu/reference/path_current
Hello. Thanks for reporting this issue. I've tested and it's working here for me (using Ubuntu 22.04 LTS and g++ 11.4.0). Could you please give me some details on which...
Thanks. I've Windows 10 here and Gimp 2.10.38 as well, and I don't get an error message (and the plug-in works as expected). Did you use the official GIMP, or...
That's interesting, thank for your report. It may help others to make it work!
what does it do then ? There are two behaviors : - If the filter modifies the image size, then the plug-in asks to save the resulting image somewhere (because...
Well, if I understand well, you will get this kind of issues with all the `CImg::get_*()` method, or is it specific to `warp()` ?
Considering that it is not really a issue with the `get_warp()` method, I doubt such a patch is the solution. Maybe we can think about a more general (and elegant)...
I do actually think there is a generic solution. Maybe this can be a good start. The example below apply some CImg methods on buffers manually allocated. All temporary allocations...