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

GEGL Bloody Ice text styler

Thu Aug 17, 2023 2:20 pm

This text styling plugin is very resource intensive but amazing.

Windows and Linux binary downloads here.
https://github.com/LinuxBeaver/Bloody_I ... n/releases

preview.png
preview.png (444.96 KiB) Viewed 692 times


preview2.png
preview2.png (410.18 KiB) Viewed 692 times


Location to Put Binaries


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


-- Fun facts and technical details about the plugin --

A few weeks ago I found this GEGL syntax and I translated it into a plugin today. The coolest thing is that this plugin only requires one binary and no other operations; despite it being enormous. When this GEGL Syntax (interchangeable term for GEGL graph) was conceived, it was originally blue; like ice, but it became so much cooler when I made it red like blood, hence the name "Bloody Ice". I hope everyone enjoys this GEGL Gimp plugin.

The icicle effect is made by three gegl:wind operations all set to "Blast" style and Bottom Direction. All three GEGL wind operations were stacked above each other like virtual layers by using GEGL composers. They are NOT individual layers in Gimp but are recognized as internal layer like things in GEGL.

There are also three bevel like effects set to the overlay blend mode at 20% opacity, they coat each icicle. A median blur (gegl:median-blur) is controlling the size of this entire text style.

The plugin's color is controlled by a hue rotation slider in which 0 resets but (-180 - 180) with lightness adjustment makes ice. You can also slide to any other color in between.

Enjoy the plugin and consider leaving screenshot feed back, or show if you did anything interesting with it. You don't have to do this if you don't want though.

Re: GEGL Bloody Ice text styler

Thu Aug 17, 2023 3:10 pm

A quick first play. Thanks for the plugin.

Re: GEGL Bloody Ice text styler

Thu Aug 17, 2023 6:29 pm

The plugin lag with large Text and has a white highlight no matter if you pick a red color for the text. The same with the Ice.
Can you change it to bloddy red color for the text and ice blue for the Ice effects?

Image

Re: GEGL Bloody Ice text styler

Fri Aug 18, 2023 10:18 am

vitforlinux wrote:
[ Image ]


A possible replacement for Dracula!


You can still see the white drips in it. It should have dual tint, lighting highlight. :gaah

Re: GEGL Bloody Ice text styler

Fri Aug 18, 2023 9:34 pm

Remember the color can be more then just blue and red.

Image

Image

Re: GEGL Bloody Ice text styler

Sat Aug 19, 2023 12:26 pm

I still say that the drips is wrong on blood and ice effect. It shows white.

Image

Re: GEGL Bloody Ice text styler

Sun Aug 20, 2023 12:18 pm

Pocholo wrote:I still say that the drips is wrong on blood and ice effect. It shows white.

[ Image ]

yes, I am aware of that but I don't know what causes it. It gives the blood a shine like it is frozen.

Thank you for the critique.
Post a reply