It is currently Mon Jul 01, 2024 1:23 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 66 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 11:37 am  (#41) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Apply Lens

Image

apply-lens
   refraction-index=1.70
   keep-surroundings=FALSE
   background-color=rgb(.67,.00,.18)

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 11:50 am  (#42) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Spherize

Image

spherize
   mode=radial #radial - vertical - horizontal are options
   angle-of-view=135 #0-180 degrees
   curvature=.95 #0 - 1 (.00 digits up to 1)
   amount=1 #between 1 and -1
   sampler-type=lohalo #nearest - linear - cubic - nohalo - lohalo

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 12:10 pm  (#43) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Stereographic Projection

Image

stereographic-projection
   pan=135  #-0--360
   tilt=1 #play with this to suit yourself
   spin=90 #0 - 360
   zoom=0 #0 - 1000
   width=-1 #pointless
   height=1 #pointless
   inverse=FALSE
   sampler-type=lohalo #linear - cubic - nohalo - lohalo
           

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 12:29 pm  (#44) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Whirl Pinch

Image

whirl-pinch
   whirl=720 #negative and positive to 720
   pinch=-.40
   radius=2 #options are 1 or 2

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 1:26 pm  (#45) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Addendum: apparently I didn't look hard enough in the Gegl Tools. Darkroom is available and EASIER to use!

This one was quite a surprise: Negative Darkroom

Unless you've used a darkroom and know your CMYK settings and flash points, this is purely for testing purposes and achieving cool mixes (or hot ones). If you backspace over fujicrystal on the curve line, it will show you all the available options (there are several). If anything, it makes for some very elaborate masks (if you know how to make those adjustments).

Image

negative-darkroom
   curve=fujicrystal
   exposure=-5
   expC=-3
   expM=3
   expY=-3
   clip=TRUE
   boost=1
   dodge=-.3
   preflash=false
   flashC=.00
   flashM=.00
   flashY=.00

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 2:59 pm  (#46) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
I want to make a new filter called gegl:aura but I don't know how. I know for a fact GEGL can call Gimp syntax in filters but I don't know how to make a GUI of it.

Image



gaussian-blur std-dev-x=60  std-dev-y=40

id=1

gimp:layer-mode layer-mode=divide aux=[ ref=1   ]


gimp:layer-mode layer-mode=divide aux=[ ref=1   ]


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 4:06 pm  (#47) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
I only see gimp functions that serve gegl, and not the overall procedure syntax. In any case, it would be beyond awesome if it were possible to consolidate actions all into one function.

Also, I was able to reproduce your aura technique in the gegl toolbox using gegl effects. I just saved the settings as a preset called "Aura".

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 4:41 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
This is GEGL aura.
gaussian-blur std-dev-x=60  std-dev-y=40

id=1

gimp:layer-mode layer-mode=divide aux=[ ref=1   ]




gimp:layer-mode layer-mode=divide aux=[ ref=1   ]
gimp:layer-mode layer-mode=linear-light aux=[ ref=1   ]

cubism seed=2 noise-spread noise-reduction


Image


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 4:46 pm  (#49) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
I just added multiple strokes in gegl graph to get this:

Image

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 4:59 pm  (#50) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
I already did this last month, lol.

Image


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 5:03 pm  (#51) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
Fair enough. I didn't see your image last month. But in any case, I'm having a hard time finding any documentation other than the already provided GEGL Operations pages.

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 5:09 pm  (#52) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
you should study my .c files and see if you can learn how to make gegl filters of your own. You might end up surpassing me since you likely know more about programming then I do.

I spent 10 months playing in the gegl graph before I decided to make filters.



We are the ones documenting GEGL. We are the pioneers.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 5:52 pm  (#53) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
No clue why they dropped those 2.10.14 GEGL Tools. The dude on Reddit is totally WRONG about the current gradient map in Colors as a GEGL function. It only covers the existing gradient open on GIMP, with no control over it. I'd like to see Vignette back along with the others.

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


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 6:18 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
I don't think they dropped anything. I think the guy who compiled the GEGL ppa for Ubuntu/Debian compiled a special version of GEGL that had those filters.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon May 16, 2022 7:59 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
Image

this will be my next and last filter named edge extraction.

It is similar to gegl:pencil btw.

I will only make more filters once I learn more about making GEGL operations.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Tue May 17, 2022 11:48 am  (#56) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
racer-x wrote:
Interesting. I guess this will replace script making for many instances. Just make your own filter combinations and save the presets.

literally yeah.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Tue May 17, 2022 12:04 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
Image

I want to make this a filter but I don't know how.


id=xx

noise-spread amount-x=40  amount-y=440

gaussian-blur std-dev-x=30  std-dev-y=121

id=1

noise-spread amount-x=40  amount-y=440 cubism seed=2 median-blur
gimp:layer-mode layer-mode=divide aux=[ ref=1   ]




gimp:layer-mode layer-mode=divide aux=[ ref=1  ]

id=2
gimp:layer-mode layer-mode=normal aux=[ ref=2 gimp:colorize hue=.90 saturation=0.50  lightness=0.00 ]

gimp:layer-mode layer-mode=normal aux=[ ref=xx dropshadow x=1 y=1 grow-radius=10 color=#ffffff  opacity=1.5   ]


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Wed May 18, 2022 5:10 pm  (#58) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
Image

Image

Image

gegl:gaussian-blur std-dev-x=1500
gegl:opacity value=10.00
gegl:opacity value=10.00
polar-coordinates



I want to make one more filter that does a pixel stretch but it will have no option other then a optional wheel checkbox. I just don't know how to make said checkbox.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Mon Jun 13, 2022 10:45 pm  (#59) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
contrast_ wrote:
I already did this last month, lol.

[ Image ]

I could probably make this into a filter within a few days.


Top
 Post subject: Re: What does GEGL graph do ?
PostPosted: Wed Aug 03, 2022 2:19 pm  (#60) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1454
This is one of the threads you should be in if you want to make third party filters.


Top
Post new topic Reply to topic  [ 66 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Learn GEGL graph

65

No new posts Get use to using GEGL Graph syntax.I can't make a filter of everything

13

No new posts Attachment(s) Long time GEGL Graph Glitch solved. Need Help testing bevel update

2

No new posts Attachment(s) How to select color from light spectrum graph ?

2

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

5



* Login  



Powered by phpBB3 © phpBB Group