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

GEGL Glass, Metallic, and Marble text mega plugin.

Thu Jul 27, 2023 10:27 pm

Hello, I have debuted a new GEGL Plugin that makes Glass, Metallic and Marble text all in one and it has built in presets if you follow the short instructions
https://github.com/LinuxBeaver/Glass_Me ... n/releases


256713073-9360d991-453f-4847-b0d1-3aabeb963829.png
256713073-9360d991-453f-4847-b0d1-3aabeb963829.png (992.44 KiB) Viewed 3702 times


2023-07-27_23-22s.png
2023-07-27_23-22s.png (527.7 KiB) Viewed 3702 times


image.png
image.png (461.14 KiB) Viewed 3702 times


Image

Image

*if you already have any of these binaries provided from this plugin, overwrite all of them.

*if you have a version of GEGL Effects before June 2023 this plugin will break GEGL Effects. To fix this update GEGL Effects here.
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

Location to put **GimpGegl-lb-gmm-config.settings** The presets, (this works regardless of what OS you are on) overwrite with the latest version if you already have it.

*if you have Gimp 2.99 replace `2.10` with `2.99` or `3.0` when Gimp 3 is released.

Windows Normal (GimpGegl-lb-gmm-config.settings)
C:\Users\USERNAME\AppData\Roaming\GIMP\2.10\filters

Linux Normal (GimpGegl-lb-gmm-config.settings)

/home/USERNAME/.config/GIMP/2.10/filters

Linux Flatpak (GimpGegl-lb-gmm-config.settings)

/home/USERNAME/.var/app/org.gimp.GIMP/config/GIMP/2.10/filters


---

Binaries for Plugin Instructions

You should have **bevel**, **cbevel** and **goldmetallicmeme** in the .zip for your respected OS.

###

Location to put the binaries
Windows
C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins

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

Linux (Flatpak)
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

**Source Code**
Grab `source_code_of_marble_metal.zip` on Github


Enjoy.

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Fri Jul 28, 2023 1:13 pm

Thank you... this one is great

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Fri Jul 28, 2023 2:02 pm

Very nice one :jumpclap
Image

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Sat Jul 29, 2023 2:13 am

Superb effects Contrast - roll on the arrival of Gimp 3.0!

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Sat Jul 29, 2023 7:45 am

Image

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Mon Jul 31, 2023 1:09 pm

You're welcome everyone.

I'm thinking of giving this an update. I don't want to over simplify things because this isn't technically true but from a simple perspective this plugin's graph is like this.

1. gegl:custom-bevel (plugin)
2. gimp:desaturate (gray scaling)
3. gegl:alien-map
4. gegl:color-overlay
5. gegl:bevel (plugin blended with linear light)


The gegl:bevel plugin is on top of the gegl:custom-bevel plugin. It (gegl:bevel) is blended by linear light. I could add another blend mode switcher so bevel can blend with more things and not just linear light. That should allow new unique text styles.

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Wed Aug 02, 2023 7:44 am

Image

Re: GEGL Glass, Metallic, and Marble text mega plugin.

Fri Aug 25, 2023 4:31 pm

261867226-8fbde507-b0c7-4d8b-b79f-0adb6b721f77.png
261867226-8fbde507-b0c7-4d8b-b79f-0adb6b721f77.png (671.73 KiB) Viewed 3355 times


Glass Metal Marble and many other plugins of mine can now be used inside an experimental branch of GEGL Effects along with other major text styling plugins of mine. This version of GEGL Effects will replace default GEGL Effects if you already have it. OVERWRITE ALL BINARIES.

Read instructions to download it is not in the normal release section.

Source Code
https://github.com/LinuxBeaver/GEGL-Eff ... tal-update

Windows Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip

Linux Binaries
https://github.com/LinuxBeaver/GEGL-Eff ... naries.zip


LOCATION TO PUT BINARIES. THEY DO NOT GO IN THE DEFAULT PLUGINS DIRECTORY



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