It is currently Sat Jun 29, 2024 10:42 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Solarization Effects I made in GEGL (graphs not plugins)
PostPosted: Sat Feb 10, 2024 9:55 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1450
If you paste this syntax in Gimp's GEGL Graph filter you will be able to test solarization effects I made. I have no interest in transforming them into filters with GUIs as they are frankly generic. Unless of course someone shows high interest in them. In that case tell me and I will transform them into filters of their own. All of this syntax will work regardless if you have any of my plugins.

Color Solarization preview
Attachment:
purple_solarization.png
purple_solarization.png [ 505.42 KiB | Viewed 1235 times ]


Invert Solarization Preview
Attachment:
invert_solarization.png
invert_solarization.png [ 449.4 KiB | Viewed 1235 times ]


Technical Solarization based on the original definition
id=1 dst-in aux=[ ref=1 gegl:svg-luminancetoalpha   ]
invert
gray
id=2
gimp:layer-mode layer-mode=burn aux=[ ref=2 opacity value=0.6 gaussian-blur std-dev-x=1.5 std-dev-y=1.5  ]
dst-over aux=[ ref=1 ]


Invert Solarization
id=1 dst-in aux=[ ref=1 gegl:svg-luminancetoalpha   ]
invert
id=2
gimp:layer-mode layer-mode=burn aux=[ ref=2 opacity value=0.6 gaussian-blur std-dev-x=1.5 std-dev-y=1.5  ]
dst-over aux=[ ref=1 ]


Invert Solarization with a hue rotation slider
Look for the "hue" slider and modify its values.

gegl:shadows-highlights
highlights=50
shadows=50
radius=50
id=1 dst-in aux=[ ref=1 gegl:svg-luminancetoalpha   ]
hue-chroma hue=44 chroma=-1
invert
id=2
gimp:layer-mode layer-mode=burn aux=[ ref=2 opacity value=0.4 gaussian-blur std-dev-x=1.5 std-dev-y=1.5  ]
dst-over aux=[ ref=1 ]


Color overlay solarization
Look for the color-overlay value=HTML code and change its parameters to be any color.
gegl:shadows-highlights
highlights=50
shadows=50
radius=50
id=1 dst-in aux=[ ref=1 gegl:svg-luminancetoalpha   ]

invert

id=2
color-overlay value=#ff0093

gimp:layer-mode layer-mode=burn opacity=0.5 aux=[ ref=2    gaussian-blur std-dev-x=3.5 std-dev-y=3.5   ]
over aux=[ ref=1 opacity value=0.6 ]

opacity value=7
median-blur radius=0


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) About namespaces in GEGL Plugins (old GEGL effects will break)

3

No new posts Attachment(s) A huge dump of GEGL Graphs from my computer - study them

3

No new posts Attachment(s) GEGL "Glass over Text' is STAND ALONE BUT NOW PART OF GEGL EFFECTS

5

No new posts Attachment(s) GEGL Bevel (filter of its own but now ships with GEGL Effects)

32

No new posts Attachment(s) GEGL Inner Glow (Filter of itself but now ships with GEGL Effects)

37



* Login  



Powered by phpBB3 © phpBB Group