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

Someone other then me made a GEGL plugin using my tactics

Thu May 25, 2023 6:39 pm

HUGE THANK YOU TO SOULESS-TREE FOR MAKING THIS PLUGIN USING MY STRATEGY AND MORE.

A few months ago a Gimp dev made a GEGL plugin that called Pango Markup. This plugin did not involve node rearranging. However just yesterday another guy made a plugin that works through node connections (like the ones I make). Check it out.

https://github.com/soulless-tree/soulle ... aberration
Looking at the code it appears call channel mixer 3 times on three different virtual layers then runs GEGL lens distortion

Image

Re: Someone other then me made a GEGL plugin using my tactics

Thu May 25, 2023 6:46 pm

Windows binary here
https://cdn.discordapp.com/attachments/ ... ration.dll

Linux Binary here in zip
https://github.com/soulless-tree/soulless-gegl/releases

-- LOCATION TO PUT BINARY --
Windows
C:\\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins

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

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