You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GEGL effects CE is a GEGL Gimp plugin that does layer effects in Gimp. It may not be non-destructive yet but you can make presets and get live preview updates of your favorite text styles. GEGL Effects CE ships with and requires two bonus filters, and one hidden operation. You will find that gegl:beveland gegl:innerglow are more useful on their own as they have more options in stand alone.
11
+
GEGL effects CE is a GEGL Gimp plugin that does layer effects in Gimp. It may not be non-destructive yet but you can make presets and get live preview updates of your favorite text styles. GEGL Effects CE ships with and requires three bonus filters, and two hidden operations. You will find that gegl:bevel, gegl:innerglowand gegl:glassovertext are more useful on their own as they have more options in stand alone.
12
12
13
13
## Instructions
14
14
15
-
If you choose not to use prebuilt binaries. You must manually compile innerglow, zzstrokebevelimage, bevel and gegleffects and put the .so/dll files in gegl-0.4/plug-ins. Then restart Gimp and go to Gimp's GEGL operations. Once you get done compiling each operation go to its build directory and get the .so or dll file and place it in /gegl-04/plugins. Click build_linux.sh to compile on Linux.
15
+
If you choose not to use prebuilt binaries. You must compile innerglow, glassovertext, zzstrokebevelimage, shinytext, bevel and gegleffects and put the .so/dll files in gegl-0.4/plug-ins. Then restart Gimp and go to Gimp's GEGL operations. You can effortlessly compile just by clicking on the sh file respectively for Windows (mysys2) or Linux
16
16
17
17
18
18
## About CE
@@ -23,8 +23,8 @@ So you may want to download the latest version and just stick with it indefinite
23
23
24
24
25
25
26
-
You are expected to also download GEGL InnerGlow, GEGL Bevel and GEGL zzstrokebevelimage. The plugin will not work correctly without them.
27
-
In total you should have, gegleffectspending, zzstrokebevelimage, bevel and innerglow for this filter to work.
26
+
You are expected to also download GEGL InnerGlow, GEGL Bevel GEGL Glass On Text and GEGL zzstrokebevelimage GEGL Shiny Text. The plugin will not work correctly without them.
27
+
In total you should have, gegleffectspending, glassovertext, shinytext, zzstrokebevelimage, bevel and innerglow for this filter to work.
28
28
29
29
This plugin will work alongside normal GEGLEffects as seen here.
30
30
@@ -128,13 +128,14 @@ ninja -C build
128
128
129
129
130
130
131
-
### Inner Glow and Bevel the stand alones
131
+
### Inner Glow Bevel and Glass Over text, the stand alones
0 commit comments