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

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 2:53 pm

The author explained in the first post - I can't do better ;)

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 2:59 pm

MareroQ wrote:The author explained in the first post - I can't do better ;)


It was not explained in the first post about the pack filter within GEGL Layer Effects. All I saw was an example of how the stroke filter is used.

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 3:08 pm

Can someone show me a working screenshot of GEGL Effects on Windows and Mac. I'd love to see it running there.

I don't have anyway to run Win or Mac so i'd appreciate if someone confirmed it can work on those OS's

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 3:16 pm

contrast_ wrote:Can someone show me a working screenshot of GEGL Effects on Windows and Mac. I'd love to see it running there.

I don't have anyway to run Win or Mac so i'd appreciate if someone confirmed it can work on those OS's


As a windows user, without the screenshot, I can say that GEGL Effects, works. You just have to play with the settings.

Here's my example:

Image

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 9:20 pm

I think this is for examples of this type (text or image with transparency + settings)

Re: GEGL Layer Effects and Text Styling filter

Sat May 14, 2022 9:37 pm

MareroQ wrote:I think this is for examples of this type (text or image with transparency + settings)


I didn't try the text, just an image.

Re: GEGL Layer Effects and Text Styling filter

Thu May 19, 2022 11:02 am

gegl effects got a minor update to fix a bug that puts the shadow over the text.
It locks stroke's opacity at 1.

You can manually fix it by setting stroke's opacity at 1 instead of 1.5 or 2.


Second, Gegl:Stroke and gegl:bevel no longer have github repos of there own. They are now part of gegl:effects repo. If you install gegl:effects you will have gegl:stroke and gegl:bevel included. Which alone are high quality filters. Especially gegl:bevel which is far more advance then the single bevel setting inside gegl:effects.

Re: GEGL Layer Effects and Text Styling filter

Thu May 19, 2022 6:18 pm

GEGL Effects is getting an update that will allow an image file overlay. It is linked from your machine like this.

ge_image_upload_primitive.png
ge_image_upload_primitive.png (185.49 KiB) Viewed 6345 times



# ADD IMAGE FILE HERE.
svg:src-atop aux=[gegl:layer src=/home/contrast/Pictures/Magic/pattern_fills/pattern_plaid-pattern-2_1_4_0-0_0_1__fa99bb_f7c7ff.png] ,

ge_image_upload_primitive2.png
ge_image_upload_primitive2.png (206.28 KiB) Viewed 6345 times


ge_image_upload_primitive3.png
ge_image_upload_primitive3.png (299.59 KiB) Viewed 6345 times

Re: GEGL Layer Effects and Text Styling filter

Thu May 19, 2022 7:01 pm

The update is done. GEGL Effects now supports optional image file overlays.

You have to replace

/home/username/pictures/image.png

with an actual path to a file from your computer.

Re: GEGL Layer Effects and Text Styling filter

Fri May 20, 2022 1:57 am

Wouldn't it be better to add AUX dialogue (instead of laboriously typing the path)?

Re: GEGL Layer Effects and Text Styling filter

Fri May 20, 2022 12:38 pm

On Linux ctrl c copies the path. Maybe it does on Windows too. Windows might have a copy path location.


I don't know how to add an aux pad so I did the raw operation for the aux pad in mini gegl graph instead.

Re: GEGL Layer Effects and Text Styling filter

Fri May 20, 2022 11:48 pm

I thought what You implemented was more difficult...
Eeeeeek
New version for Gimp-2.10.30 Win 64 Bit attached.
Place the files (6) in Gegl plugins in a directory: ... \lib\gegl-0.4\
(overwrite all older files).

In menu:
Tools➤GEGL Operation➤GEGL Effects

and also:

➤Bevel
➤Image file overlay with GEGL
➤Multiply depth
➤Multiplied Color-Overlay
➤Stroke

Edit: Update in post #57

Re: GEGL Layer Effects and Text Styling filter

Sun May 29, 2022 9:54 am

This filter got a bug fix that prevents the empty image layer from saying "no file"

Re: GEGL Layer Effects and Text Styling filter

Sun May 29, 2022 10:45 am

New version for Gimp-2.10.30 Win 64 Bit attached.

Edit: Update in post #57

Re: GEGL Layer Effects and Text Styling filter

Sun May 29, 2022 4:27 pm

This works a lot better. Thanks, MareroQ!

Re: GEGL Layer Effects and Text Styling filter

Sun Jun 05, 2022 12:32 pm

effects_image.png
effects_image.png (341.42 KiB) Viewed 6378 times

GEGL Effects had a major update. Its image upload now has a browse button and the annoying grpah with image.so/dll is removed.

Re: GEGL Layer Effects and Text Styling filter

Sun Jun 05, 2022 12:57 pm

Thanks for the update - now the filter is very professional. :bigthup

Re: GEGL Layer Effects and Text Styling filter

Sun Jun 05, 2022 11:56 pm

Update2 version for Gimp-2.10.30 Win 64 bit in attachment.
In menu: Tools➤GEGL Operation➤GEGL Effects

Place the files(5) in Gegl plugins in a directory:
[locally] C:\Program Files\GIMP 2\lib\gegl-0.4\
or
[global] C:\Users\<your-user-name>\AppData\Local\gegl-0.4\plug-ins\
You can keep files in a subdirectory (thanks to the Rich2005 tip)

Edit: Old attachment removed - new version in post #57.

Re: GEGL Layer Effects and Text Styling filter

Mon Jun 06, 2022 12:13 am

I could add a gradient with a checkbox to enable and disable it but it will not be able to do on canvas movements. You will control the gradient with an x y slider. Gimp has a white list of filters which are permitted to do on canvas things and the only way to bypass that is to rebuild gimp.

Re: GEGL Layer Effects and Text Styling filter

Wed Jun 08, 2022 3:04 pm

Here is my try after the installation.

Image
Post a reply