It is currently Fri Jun 21, 2024 3:37 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: GEGL Stained Glass Tile theory (concept not a plugin yet)
PostPosted: Thu Jan 11, 2024 10:16 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1440
I don't know if I am going to turn this GEGL syntax into a Gimp plugin because it doesn't look "that good" IMO but I'll show off my stained glass tile effect GEGL graph anyway. Take a good look at it and look for "black damage marks" I don't know how to remove them and keep the effect. If you guys want I will turn it into a filter regardless of its flaws.

Attachment:
glass_tile_soon.png
glass_tile_soon.png [ 673.3 KiB | Viewed 780 times ]


Attachment:
glass_tile_study.png
glass_tile_study.png [ 444.75 KiB | Viewed 780 times ]


Here is the code to make a glass tile effect in GEGL Graph it requires the Nov 2023 update of my bevel plugin that ships with GEGL Effects.
https://github.com/LinuxBeaver/GEGL-Eff ... L/releases

#content inside Grain Extract blend mode.
id=1
gimp:layer-mode layer-mode=grain-extract blend-space=rgb-perceptual aux=[ ref=1
high-pass  contrast=1 std-dev=1
gimp:desaturate mode=luminance
mean-curvature-blur iterations=1
]

#The Blur and noise spread "virtual layer" below the glass
gaussian-blur std-dev-x=1 std-dev-y=1
noise-spread amount-x=2 amount-y=2

# The glass tile effect
id=2 gimp:layer-mode layer-mode=hardlight opacity=0.35 aux=[ ref=2 pixelize norm=square
size-x=160 size-y=160 ratio-x=0.250 ratio-y=0.950 norm=square  ratio-x=0.950 ratio-y=0.950
emboss depth=1 elevation=12  ]
median-blur radius=0

# My Bevel plugins recently added mode "Stacked emboss" being called to make the glass shine.
id=3 gimp:layer-mode layer-mode=divide opacity=0.006 aux=[ ref=3
lb:bevel type=stackedembossbevel]



# emboss by the multiply blend mode
id=4
gimp:layer-mode layer-mode=multiply opacity=0.25 aux=[ ref=4 emboss depth=20 ]



Attachment:
glass_tile_hero.png
glass_tile_hero.png [ 1.01 MiB | Viewed 780 times ]


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL PERPSECTIVE DROP SHADOW (THEORY - NOT A PLUGIN YET))

3

No new posts Attachment(s) GEGL Glass Text (Gimp Plugin)

1

No new posts Attachment(s) GEGL Glass, Metallic, and Marble text mega plugin.

7

No new posts Attachment(s) Stained Glass (well almost).

4

No new posts Coleus Stained Glass

9



* Login  



Powered by phpBB3 © phpBB Group