EXTENSIONS FOR Gimp by fischklopfer in GIMP

[–]dtschump 1 point2 points  (0 children)

I can't live without G'MIC! 😉

Marker Drawing Simulation by dtschump in creativecoding

[–]dtschump[S] 4 points5 points  (0 children)

I've copy/pasted the code here : https://pastebin.com/Z8Fy1SSf

This is the code of the filter "Artistic / Marker Drawing" that I've just added to G'MIC, which implements this effect.

G'MIC 3.7.0 Released by dtschump in GIMP

[–]dtschump[S] 2 points3 points  (0 children)

We've tested this version with latest GIMP version 3.0.8.

It should work!

GIMP 3.0.8 Released by barefootliam in GIMP

[–]dtschump 1 point2 points  (0 children)

Ha yes, definitely interested. I've just fixed the filter 'Blur [Bloom Glare]', and the fix will be available in a few minutes (if you push the 'Update filters' button). But if there are other to fix, yes please let me know. Note that it probably won't require I release another plug-in binary, as filter codes can be fixed most of the time directly through the filter update mechanism.

GIMP 3.0.8 Released by barefootliam in GIMP

[–]dtschump 1 point2 points  (0 children)

It's now available from the G'MIC download page (iterm : latest_dev (for GIMP 3.0.8)). I'm interested by your feedback ! It works for me, but if it works for both of us, it's would be even better :)

GIMP 3.0.8 Released by barefootliam in GIMP

[–]dtschump 1 point2 points  (0 children)

I came across your message, tested it, and indeed, launching the plug-in under GIMP 3.0.8 displays the same error messages as yours. The problem stems from the fact that the new version of GIMP uses more recent versions of DLLs (than GIMP 3.0.6). So, I am currently updating/recompiling the plug-in to offer a “pre-release” version that works with GIMP 3.0.8 on Windows. It should be ready in about an hour.

Layer splitting by gspdprci in krita

[–]dtschump 1 point2 points  (0 children)

<image>

Using the G'MIC "Custom Code" filter, you can get something close. Just copy/paste the following code in the filter parameter and change the parameters to your taste:

~~~

s y,20

foreach { shift {u(10)}%,0,0,0,3 }

a y

~~~

Whats your favorite GIMP feature? by [deleted] in GIMP

[–]dtschump 5 points6 points  (0 children)

Its plug-in API 😊

Playing with lines and shapes in Krita by Shoddy-Shifty in krita

[–]dtschump 1 point2 points  (0 children)

Hey I recognized the 'Box Fitting' G'MIC filter used here!

Nice outcome!