It is currently Thu Jul 04, 2024 12:35 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Wed Aug 31, 2022 12:11 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
AUGUST 2023 - DOWNLOAD PLUGIN HERE>
https://github.com/LinuxBeaver/GEGL---C ... r/releases

--

Continuation of
viewtopic.php?f=9&t=19927&start=10


I made this thread so people do not confuse gegl:metallic with GEGL:chrome . GEGL Chrome is still in development but it will likely be done tomorrow. I just need sleep and the hardest part of making the filter is solved.

Image

Image

Image

GEGL Chrome will require gegl:bevel gegl:metallic and the new pesky gegl:zzsmoothedge hidden operation.

Yes I did add a dropshadow. Come back tomorrow or the next day for the filter.


Last edited by contrast_ on Fri Aug 25, 2023 4:09 pm, edited 2 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: GEGL CHROME - COMING SOON
PostPosted: Wed Aug 31, 2022 12:37 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
contrast_ wrote:
Continuation of
viewtopic.php?f=9&t=19927&start=10


I made this thread so people do not confuse gegl:metallic with GEGL:chrome . GEGL Chrome is still in development but it will likely be done tomorrow. I just need sleep and the hardest part of making the filter is solved.

[ Image ]

[ Image ]

[ Image ]

GEGL Chrome will require gegl:bevel gegl:metallic and the new pesky gegl:zzsmoothedge hidden operation.

Yes I did add a dropshadow. Come back tomorrow or the next day for the filter.

Looks great contrast! Can't wait to try it out. :) :bigthup

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL CHROME - COMING SOON
PostPosted: Wed Aug 31, 2022 7:31 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Just playing around with one of your metal GEGL-graphs. Plus , Curves, Curve Bend , and a colorize effect. :bigthup

Attachment:
CHROME-NEW_2_RD.png
CHROME-NEW_2_RD.png [ 1.01 MiB | Viewed 13388 times ]

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Wed Aug 31, 2022 3:40 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
The super filter GEGL Chrome Metallic Effect is complete!
https://github.com/LinuxBeaver/GEGL---C ... ing-Filter

It requires the included gegl:bevel gegl:metallic gegl:zzsmoothedge. Which will contain duplicates if you are a user of my filters. You will have GEGL Metallic and GEGL Bevel already. Which means you can avoid compiling or using those binaries since you have them. If you have multiple copies of the same filter then GEGL will default to using the oldest one. This filter comes with two importable presets in a folder that are specially designed for large text. As of now GEGL has no way to include default presets.

Here are previews of the filter. Lastly, if you did this manually in Gimp it would take around 31 steps. This filter goes really good with Gimp's default gegl:dropshadow but I didn't include a dropshadow in the graph as I didn't want it to go any slower then it already does. Yes, this filter is resource intensive. Have fun! and please spread the word about my third party filters.


Image

Image

Image

Image

Image

Image

Image


We need a Windows binary that includes metallic and bevel and one without metallic and bevel.


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Wed Aug 31, 2022 6:38 pm  (#5) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Excellent work, contrast_ :jumpclap

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 01, 2022 12:54 am  (#6) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Image

Nice!

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 01, 2022 1:03 am  (#7) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
For GIMP 2.10:
Version for Gimp-2.10.32 Win 64 Bit attached.
Place the file in Gegl plugins in a directory: C:\Users\YourName\AppData\Local\gegl-0.4\plug-ins
If you're missing the plugin-ins folder, create one.

In menu Tools➤ GEGL Operation➤ Chrome Metal Text Styler

READ THE "IF YOU HAVE DUPLICATES..." TEXT FILE! Either move the older duplicate files out of the plugins folder or delete them.

Attachment:
GEGLChromet.zip [151.21 KiB]
Downloaded 147 times

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 01, 2022 2:39 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I am kind of liking the results but... I think ill stick with your GEGL-Graph options.They are much more extraordinary.

Attachment:
Chrome-Metal-Text=Styler_RD-2022-09-01_031846.jpg
Chrome-Metal-Text=Styler_RD-2022-09-01_031846.jpg [ 391.33 KiB | Viewed 13288 times ]

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 01, 2022 8:05 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
The graph is the same thing except for an addition edge smoothing technique and drop-shadow. The default graph has different settings though from the final filter. Just tinker with the settings and see what works best.


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 01, 2022 2:28 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Nice outcome @contrast_
Image

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 02, 2022 12:00 am  (#11) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
I haven't tried the graph method, yet. Time is not my friend, as I have very little free time, these days. The GEGL tools option suffices for me, although I am curious to see what else I can achieve via graph.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 02, 2022 11:21 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
Wow I did play more with it today, This filters is... Wow!

@Rod I like your post #3 looks like a "glass" effect, that's very nice :coolthup

Attachment:
chrome.png
chrome.png [ 951.22 KiB | Viewed 14762 times ]

_________________
Patrice


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Thu Sep 08, 2022 7:29 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
GEGL Chrome and SmoothEdge need to be recompiled from scratch in order to be compliant with my new no hidden zzoperations rule. No changes have been made except for the fact that the once "zzsmoothedge" is now a visible filter of its own.

If you don't recompile GEGL Chrome and SmoothEdge then GEGL Chrome alone won't allow edge smoothing.

Here is a picture of the new filter that GEGL Chrome comes with.

ROUGH EDGE SMOOTHER THE BONUS FILTER

Image


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 09, 2022 1:38 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
All 4 dll files recompiled for Windows 10 64 bit in attached folder.

Attachment:
GEGL-Chrome-Text_DLL-Win64-2022-09-09_023143.jpg
GEGL-Chrome-Text_DLL-Win64-2022-09-09_023143.jpg [ 26.18 KiB | Viewed 14706 times ]




Attachment:
chrome-text_RD.7z [46.84 KiB]
Downloaded 56 times


Thx contrast! :bigthup

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 09, 2022 2:46 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 792
Location: SEA - South East Asia
@contrast_ I opened a serious issue about your chrome filter other there >> https://gitlab.gnome.org/GNOME/gimp/-/issues/8600
It would be nice if people can go on the link above and help to push this serious issue to be solved like in GIMP 2.10.34 with nice words to the GIMP team.
:hehe

_________________
Patrice


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 09, 2022 8:09 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
Rod wrote:
All 4 dll files recompiled for Windows 10 64 bit in attached folder.

Attachment:
GEGL-Chrome-Text_DLL-Win64-2022-09-09_023143.jpg




Attachment:
chrome-text_RD.7z


Thx contrast! :bigthup


Make sure they know to put the plugin in
C:\Users\YourName\AppData\Local\gegl-0.4\plug-ins NOT GIMP's regular plugin folder


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Sep 09, 2022 9:20 am  (#17) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Don't get me wrong, the chrome effect is pretty cool, but what I love even more is using it with other GEGL effects to create unique text effects.

Image

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Mon Mar 06, 2023 12:38 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
Windows Binaries here.

NOTE ALL WINDOWS BINARIES ARE ALSO FOUND ON THE GITHUB RELEASE SECTION.
https://github.com/LinuxBeaver/GEGL---C ... /releases/

Put the file in
C:\Users\AppData\Local\gegl-0.4\plug-ins

and create the `plug-ins` folder if it doesn't exist.

- This filter ships with GEGL Metallic and GEGL Edge Smooth.


Restart Gimp and Go to GEGL Operations to find it.


Attachments:
metal.jpg
metal.jpg [ 95.64 KiB | Viewed 14590 times ]
GEGL_CHROME.zip [107.71 KiB]
Downloaded 52 times


Last edited by contrast_ on Mon Mar 06, 2023 12:50 pm, edited 1 time in total.
Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Mon Mar 06, 2023 12:40 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
mahvin wrote:
Don't get me wrong, the chrome effect is pretty cool, but what I love even more is using it with other GEGL effects to create unique text effects.

[ Image ]


The ultimate solution is not making a more complex GEGL filter, but smart filters. Where filters can be re-edited chained together, and reran as actions. This will be a better alternative to super long filters with dozens of sliders.


Top
 Post subject: Re: GEGL CHROME METALLIC TEXT STLYLING FILTER!
PostPosted: Fri Aug 25, 2023 4:59 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1456
Chrome Text being called inside GEGL Effects. The Version of Chrome in GEGL Effects Experimental has a color picker NOT present in the stand alone plugin.

Attachment:
chrome_fun.png
chrome_fun.png [ 360.42 KiB | Viewed 12586 times ]


Chrome 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


Top
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]


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

7

No new posts Attachment(s) GEGL STONE TEXT STYLING FILTER

21

No new posts Attachment(s) New GEGL Glossy Balloon Text styling filter.

23

No new posts Attachment(s) GEGL Layer Effects and Text Styling filter

189

No new posts Attachment(s) GEGL Neon Border text styling filter.

15



* Login  



Powered by phpBB3 © phpBB Group