Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

GEGL Edge Smooth (debuted in August 2022) but now it has its own threa

Sun Apr 30, 2023 2:47 pm

GEGL Edge smooth is an operation that shipped along with GEGL Chrome but now it gets its own thread with its own use case and its download is here.

It applies Median Blur and Gaussian Blur around the edges of opaque images.
rough_edge_smoother.png
rough_edge_smoother.png (162.07 KiB) Viewed 554 times


Source
https://github.com/LinuxBeaver/GEGL---C ... mooth_here

Windows Binary
https://github.com/LinuxBeaver/GEGL---C ... thedge.dll

Linux Binary
https://github.com/LinuxBeaver/GEGL---C ... othedge.so


Directory to put binaries

Windows
Code:
C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins


Linux
Code:
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins


Linux (Flatpak)
Code:
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
Post a reply