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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
GEGL EFFECTS by Beaver. The GEGL filter you've been waiting for!
2
2
=========
3
-
September 23 2022 update has now given GEGL Effects a major revamp! It can now change internal blend modes for inner glow, gradient and bevel. As well as fragmentation of its list into three sectors "Outline and Shadow" "Bevel and InnerGlow" "Image and Gradient". This is the most professional and polished GEGL Effects has ever been.
3
+
September 23 2022 update has given GEGL Effects a major revamp! It can now change internal blend modes for inner glow, gradient and bevel. As well as fragmentation of its list into three sectors "Outline and Shadow" "Bevel and InnerGlow" "Image and Gradient". This is the most professional and polished GEGL Effects has ever been.
4
4
5
-
A custom GEGL filter that does layer effects. It may not be non-destructive but
5
+
GEGL effects is a GEGL plugin for Gimp that does layer effects. It may not be non-destructive but
6
6
you can make presets and get live preview updates of your favorite text styles.
7
7
8
8
GEGL Effects comes with two bonus filters called gegl:bevel and gegl:innerglow
9
-
which are more useful on their own as they have more options.
9
+
which are more useful on their own as they have more options. MOTE - It will NOT work without bevel.so and inner-glow.so
10
10
11
11
12
12
Instructions - If you choose not to use prebuilt binaries.
@@ -22,8 +22,8 @@ Once you get done compiling each operation go to its build direcory and get the
22
22

23
23

24
24
25
-
## Guide
26
-
Color change will only work correctly if the text is white. This is because it uses the color overlay on multiply blend mode that perfectly changes the color white to anything.
25
+
## Quick Guide
26
+
Color change will only work correctly if the text is white. This is because it uses the color overlay on multiply blend mode that perfectly changes the color white to anything. If the color is something else it will be as if you are applying a multiply blend mode color overlay.
27
27
28
28
You must slide opacity of Outline up to use the outline stroke. Sliding it down again hides it as if it were never there.
0 commit comments