Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
My GEGL Plugins for text styling
#11
I posted before reading your reply. Looks like I skipped the Outline .so .

I hope this is the stroke option. But when I apply there is no stroke or outline

   
Reply
#12
@meetdilip

You really should practise using the basic Gimp filters. Not difficult to get something

   

Too many screenshots for here, so a combined one: https://i.imgur.com/ei7191w.jpg
(1) Is the text formed in a background image Uses the text layer to make a layer mask.
(2) Is a flat outline layer Uses the text path to stroke a new layer
(3) Is the outline layer with a bumpmap applied
(4) The bumpmap used. Comes from the outline and blurred.

I can get that done before you even have layereffects up-and-running.
Reply
#13
It was an error on my end. I got the outline

Thanks @rich2005

I am simply trying to use the GEGL to achieve the results. To be honest, to support @LinuxBeaver 's work.
Reply
#14
(02-22-2023, 07:26 PM)meetdilip Wrote: It was an error on my end. I got the outline

Thanks @rich2005

I am simply trying to use the GEGL to achieve the results. To be honest, to support @LinuxBeaver 's work.

LinuxBeaver aka contrast_ aka Beaver has these posted all over the place I am sure there is plenty of support. My point is, with any plugin,  you only get what you are given. 

You should be prepared to use the basics.
Reply
#15
(02-22-2023, 07:17 PM)meetdilip Wrote: I posted before reading your reply. Looks like I skipped the Outline .so .

I hope this is the stroke option. But when I apply there is no stroke or outline

Slide the enable outline opacity meter to the top.

Outline and Shadow are both disabled because there opacity is at 0.
Reply
#16
Gegl 
GEGL Effects can now outline and image file overlay bevels

https://twitter.com/LinuxBeaver/status/1...0648351744

http://gimpchat.com/download/file.php?id=61843

[Image: image.png?width=1080&height=597]


[Image: image.png?width=1266&height=597]
Reply
#17
This is the first official release of GEGL Effects continual edition. It can outline bevels and al ot more.

https://github.com/LinuxBeaver/GEGL-Effe...ualEdition

https://github.com/LinuxBeaver/GEGL-Effe.../Continual
Reply
#18
(02-20-2023, 05:59 PM)BeaverGEGLFreak Wrote: A lot of you probably already know who I am. My name is Beaver and I make third party GEGL text styling plugins for Gimp. You can install my plugins by following instructions on https://github.com/LinuxBeaver or going to each filters Github release page and compiling and installing binaries.

https://github.com/LinuxBeaver

Windows

Code:
C:\Users<YOUR NAME>\AppData\Local\gegl-0.4\plug-ins
Hi,
I thought it best to ask here than start a new thread.
I have Gimp 2.10.36 running on both a dell precision running Windows 11 and on gimp portable on an external SS
ID (F) pluged into a omen laptop running Windows 10. (small C drive)
Both have Gegl operation in tools 
and Gegl graph in Filters>Generic>Gegl graph.
I imagine both are standard as both are fresh installs with no 3rd party additions.
Neither seem to do anything ang Gegl graph displays an error message that says "Eeeeeek".
Does anyone know if Gegl works in either and as for the portable, should it o in the path given but the External (F)rather tan the C drive please?
Thanks in advance
Reply
#19
(12-08-2023, 02:22 PM)theycallmejayne Wrote: Hi,
I thought it best to ask here than start a new thread.
I have Gimp 2.10.36 running on both  a dell precision running Windows 11 and on gimp portable on an external SS
ID (F) pluged into a omen laptop running Windows 10. (small C drive)
Both have Gegl operation in tools 
and Gegl graph in Filters>Generic>Gegl graph.
I imagine both are standard as both are fresh installs with no 3rd party additions.
Neither seem to do anything ang Gegl graph displays an error message that says "Eeeeeek".
Does anyone know if Gegl works in either and as for the portable, should it o in the path given but the External (F)rather tan the C drive please?
Thanks in advance

3rd party addons do work but need to be in a specific folder. Not sure about the portable.
There is a listing of GEGL operations here: https://gegl.org/operations/ and if you select an operation it lists the parameters. GEGL allows the filters to display the effect directly on the canvas, Look for a gegl icon in the Gimp menus. Also some are in Tools -> GEGL Operation

Using the GEGL Graph ? You can enter your own mix of GEGL operations and it is very picky about syntax
As an ***absolute*** simple example You can change values in GEGL graph and see a result.

Code:
crop x=20 y=30 width=40 height=50

This a 50 second animation of that https://i.imgur.com/IVN27zu.mp4 Of course you could always use the crop tool Wink
Reply
#20
(12-08-2023, 07:30 PM)rich2005 Wrote:
(12-08-2023, 02:22 PM)theycallmejayne Wrote: Hi,
I thought it best to ask here than start a new thread.
I have Gimp 2.10.36 running on both  a dell precision running Windows 11 and on gimp portable on an external SS
ID (F) pluged into a omen laptop running Windows 10. (small C drive)
Both have Gegl operation in tools 
and Gegl graph in Filters>Generic>Gegl graph.
I imagine both are standard as both are fresh installs with no 3rd party additions.
Neither seem to do anything ang Gegl graph displays an error message that says "Eeeeeek".
Does anyone know if Gegl works in either and as for the portable, should it o in the path given but the External (F)rather tan the C drive please?
Thanks in advance  

3rd party addons do work but need to be in a specific folder. Not sure about the portable.
There is a listing of GEGL operations here:  https://gegl.org/operations/ and if you select an operation it lists the parameters.  GEGL allows the filters to display the effect directly on the canvas, Look for a  gegl icon in the Gimp menus. Also some are in  Tools -> GEGL Operation

Using the GEGL Graph ? You can enter your own mix of GEGL operations and it is very picky about syntax
As an ***absolute*** simple example You can change values in GEGL graph and see a result.

Code:
crop x=20 y=30 width=40 height=50

This a 50 second animation of that https://i.imgur.com/IVN27zu.mp4 Of course you could always use the crop tool Wink

Thank you, I got the gegl filters working in the portable version. I have yet to try Windows 11.
Reply


Forum Jump: