It is currently Sun Jun 30, 2024 12:38 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 17 posts ] 
Author Message
 Post subject: GEGL Color Fill Trail effect and multistroke
PostPosted: Thu Jun 02, 2022 11:41 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
https://github.com/LinuxBeaver/GEGL-Color-Fill-Trail
Image

Image


Image

Image

Image


Last edited by contrast_ on Tue Aug 23, 2022 12:24 pm, edited 1 time 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 Color Fill Trail effect
PostPosted: Fri Jun 03, 2022 9:20 am  (#2) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4694
Looks nifty! I like it best with the text effect.


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Sat Jun 04, 2022 4:42 pm  (#3) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Version for Gimp-2.10.30 Win 64 bit attached.
In menu: Tools➤GEGL Operation➤Color Trail

Place the file in Gegl plugins in a directory: C:\Users\<your-user-name>\AppData\Local\gegl-0.4\plug-ins

Attachment:
ctrail.zip [112.15 KiB]
Downloaded 72 times

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


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Mon Aug 22, 2022 2:48 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
Color fill trail got a major update!

1. It no longer requires using the behind blend mode.

2. It only uses one file as opposed to two extra hidden operations.

3. It can now multi stroke with grow radius

4. It can control a hidden median that is meant to fix a bug relating to fill layers sharing previous colors. Sliding the median up removes the off color 1 pixel outline.


ALSO IT IS MANDATORY (AT LEAST FOR ME) to change the clipping setting from "adjust" to "clip" for this filters color layers to update in real time. I don't know why this is happening but this solves the problem of the filter not auto updating color fill layers.

Image

Image

Image

REMEMBER TO CHANGE THE CLIPPING MODE TO CLIP!!!!!


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 3:24 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Attachment:
Glow_Trail_RD-2022-08-23_041520.jpg
Glow_Trail_RD-2022-08-23_041520.jpg [ 268.85 KiB | Viewed 1037 times ]


I have two requests.

Adding gradient option and add 2 more color selections.

Nice effect! :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 Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 3:27 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
Thank you so much for those modifications @contrast_, new and wider horizons are now open :tyspin

Attachment:
screenshot_20220823-162526.png
screenshot_20220823-162526.png [ 92.78 KiB | Viewed 1037 times ]


Attachment:
screenshot_20220823-161243.png
screenshot_20220823-161243.png [ 233.28 KiB | Viewed 1037 times ]

_________________
Patrice


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 5:53 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
Rod wrote:
Attachment:
The attachment Glow_Trail_RD-2022-08-23_041520.jpg is no longer available


I have two requests.

Adding gradient option and add 2 more color selections.

Nice effect! :bigthup


Oooh, having the basic rainbow's colors already set, something like this google screenshot below?
Nice idea (If @contrast_ does it, I would suggest to set the color, but the last 2 or 3 with full transparency by default)
Attachment:
screenshot_20220823-165237.png
screenshot_20220823-165237.png [ 142.91 KiB | Viewed 1029 times ]

_________________
Patrice


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 10:01 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
I wish they had checkboxes as even when opacity is slid to 0 they are still active in memory slowing down the graph. I violated the rainbow by replacing orange with a light pink. If anyone nags me I will replace the pink with original orange.


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 10:12 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
contrast_ wrote:
I wish they had checkboxes as even when opacity is slid to 0 they are still active in memory slowing down the graph. I violated the rainbow by replacing orange with a light pink. If anyone nags me I will replace the pink with original orange.

LOL

_________________
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 Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 10:18 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
yup i'm making the change.

The rainbow is restored!


Top
 Post subject: Re: GEGL Color Fill Trail effect and multistroke
PostPosted: Tue Aug 23, 2022 1:29 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Little Challenge (Python vs GEGL :mrgreen: ): :pshoot
each color with adjustable grow and shift.
Take it easy: it's just a little exercise with fu_preview and gimpfu3. :hehe


Attachments:
ECBV-3GC.png
ECBV-3GC.png [ 194.8 KiB | Viewed 743 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: GEGL Color Fill Trail effect and multistroke
PostPosted: Tue Aug 23, 2022 2:03 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
i could make each one grow individually and add a individual bevel but it would be super long and confusing of a filter.


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Tue Aug 23, 2022 11:48 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
contrast_ wrote:
yup i'm making the change.

The rainbow is restored!


The ctrail.so shows "Latest commit 099f574 13 hours ago", but still 5 colors, did you put the good one? :hehe
Attachment:
screenshot_20220824-124217.png
screenshot_20220824-124217.png [ 78.87 KiB | Viewed 722 times ]

_________________
Patrice


Top
 Post subject: Re: GEGL Color Fill Trail effect and multistroke
PostPosted: Wed Aug 24, 2022 11:22 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
It does not go beyond five colors and it has five colors enabled by default. It never went beyond that.

sorry you confused something. If I added a six color it would go even slower. I did in a non uploaded non official build months ago of that but it was extremely slow.


Top
 Post subject: Re: GEGL Color Fill Trail effect and multistroke
PostPosted: Wed Aug 24, 2022 11:31 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
The only way I will add seven colors is if I figure out how to get a checkbox for each one.
It will be insanely slow if that is not done.


Top
 Post subject: Re: GEGL Color Fill Trail effect
PostPosted: Mon Mar 06, 2023 12:46 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1451
mahvin wrote:
Version for Gimp-2.10.30 Win 64 bit attached.
In menu: Tools➤GEGL Operation➤Color Trail

Place the file in Gegl plugins in a directory: C:\Users\<your-user-name>\AppData\Local\gegl-0.4\plug-ins

Attachment:
ctrail.zip

This is dated and has a known bug with median blur.


Top
 Post subject: Re: GEGL Color Fill Trail effect and multistroke
PostPosted: Mon Mar 06, 2023 12:46 pm  (#17) 
Offline
GimpChat Member
User avatar

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

NOTE ALL WINDOWS BINARIES ARE ALSO FOUND ON THE GITHUB RELEASE SECTION.
https://github.com/LinuxBeaver/GEGL-Col ... /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.


Attachments:
color_trail.zip [36.89 KiB]
Downloaded 25 times
Top
Post new topic Reply to topic  [ 17 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts New GEGL filter that inverts transparency and allows a color fill

2

No new posts Attachment(s) GEGL Color Light Fusion (12 blend modes for color overlay)

9

No new posts Attachment(s) GEGL Fog Effect

18

No new posts Attachment(s) GEGL Text cut out effect

25

No new posts Attachment(s) GEGL Simple Background Removal Tool (by color range)

1



* Login  



Powered by phpBB3 © phpBB Group