It is currently Mon May 20, 2024 1:36 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 9 posts ] 
Author Message
 Post subject: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Mon May 06, 2024 11:13 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
My earliest GEGL plugin was two years ago. The GEGL plugin was made by replacing the gegl:gaussian-blur in high-pass.c with gegl:mean-curvature-blur
making the high pass filter make a high pass of a mean curvature blur. Said plugin was removed from Github for being too simple.


Thread about it was here
viewtopic.php?f=9&t=19918&hilit=sharpen+high+pass

Two years later and no one has yet to show up and do this work.


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: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 5:30 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Unfortunately, this is the reality. :mrgreen:
Most plugin authors experience this. :(
Example - no one other than the code author and myself has tried using for Python plugins (which are much easier to write than GEGL) like:
- use preview [by: by Claude Lion (aka cli345)],
- live preview [by: Tin Tran],
- bookmarks/tabs [by: J.F. Garcia (aka arakne)] with the notable exception of Skinnyhouse.
We write plugins because: I like it/I feel like it/someone asked/I have a personal need(*). :hehe
User opinions/comments are also poor (the exception that proves the rule is Dinaset's cooperation with Issabella).
It doesn't bother me anymore, although sometimes (unsuccessfully) I encourage/provoke people to comment or (better/easier *) publishing the result of the plug-in operation.

*delete as appropriate

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 6:08 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7311
Location: Göteborg at last!
Learning plugin languages is quite a difficult thing for us lay-people and as for commenting, there are so many plugins available now that it is getting difficult to tell the difference between the effects of one and another. If something is outstandingly different I will comment.


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 7:01 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Aug 08, 2016
Posts: 2016
Location: East Midlands of England
:cool
I agree with MareroQ and his general comments about writing plug-ins and also, sadly, I am left with the feeling that gegl and I are not best friends.
I was hoping that Gimp 3.00 would eventually provide tools for Python access including gegl - but perhaps that will not be the case.

Feel proud of your stunning acheivements.

_________________
Image

"Let no one steal your dreams."
Paul Cookson


Latest plug-in update: Paragrapher v.1.4
Custom Font Links
Tools
Character Paths
White Bases


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 4:08 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
MareroQ wrote:
Unfortunately, this is the reality. :mrgreen:
Most plugin authors experience this. :(
Example - no one other than the code author and myself has tried using for Python plugins (which are much easier to write than GEGL) like:
- use preview [by: by Claude Lion (aka cli345)],
- live preview [by: Tin Tran],
- bookmarks/tabs [by: J.F. Garcia (aka arakne)] with the notable exception of Skinnyhouse.
We write plugins because: I like it/I feel like it/someone asked/I have a personal need(*). :hehe
User opinions/comments are also poor (the exception that proves the rule is Dinaset's cooperation with Issabella).
It doesn't bother me anymore, although sometimes (unsuccessfully) I encourage/provoke people to comment or (better/easier *) publishing the result of the plug-in operation.

*delete as appropriate


I have trouble understanding this comment are you saying no one but a few have made live preview and tabbed python plugins?


I don't understand what you mean by user opinions and comments, are you saying that they don't influence your plugin development or you don't care if others negatively/positively judge your plugins.


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 6:06 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Regarding the first question about Python with preview and tabs.
I'm just stating that these 3 possibilities were not used (easy to use, without having to learn the obsolete gtk2 and gtk3*).

When it comes to comments/opinions - it's only about their lack (in how many threads are you the only author?).

*this is the opinion of experienced programmers (and I am not one).

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 10:37 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 778
Location: SEA - South East Asia
contrast_ wrote:
My earliest GEGL plugin was two years ago. The GEGL plugin was made by replacing the gegl:gaussian-blur in high-pass.c with gegl:mean-curvature-blur
making the high pass filter make a high pass of a mean curvature blur. Said plugin was removed from Github for being too simple.


Thread about it was here
viewtopic.php?f=9&t=19918&hilit=sharpen+high+pass

Two years later and no one has yet to show up and do this work.


Why not add options on the original high-pass.c and make a push request?
You can add many options as a matter of fact, like different blur type, no?

In all cases, what I see is how far you went with GEGL, your progression is really astonishing, even with the GIMP team :clap :jumpclap
Attachment:
screenshot_20240508-112736.jpg
screenshot_20240508-112736.jpg [ 38.26 KiB | Viewed 240 times ]

_________________
Patrice


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Tue May 07, 2024 11:24 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1423
PixLab wrote:
contrast_ wrote:
My earliest GEGL plugin was two years ago. The GEGL plugin was made by replacing the gegl:gaussian-blur in high-pass.c with gegl:mean-curvature-blur
making the high pass filter make a high pass of a mean curvature blur. Said plugin was removed from Github for being too simple.


Thread about it was here
viewtopic.php?f=9&t=19918&hilit=sharpen+high+pass

Two years later and no one has yet to show up and do this work.


Why not add options on the original high-pass.c and make a push request?
You can add many options as a matter of fact, like different blur type, no?

In all cases, what I see is how far you went with GEGL, your progression is really astonishing, even with the GIMP team :clap :jumpclap
Attachment:
screenshot_20240508-112736.jpg


lol, I forgot to mention that the plugin has a modern successor here with high pass of many things, not just gaussian blur

https://github.com/LinuxBeaver/Gimp_Sha ... n/releases

viewtopic.php?f=9&t=20482


Top
 Post subject: Re: Two years ago today I made my first GEGL plugin for GIMP
PostPosted: Fri May 10, 2024 5:46 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 06, 2020
Posts: 339
Location: The Netherlands
Thank you for all the beautiful Gegl filters you have made over the past 2 years..


Attachments:
gimpchat.png
gimpchat.png [ 425.34 KiB | Viewed 150 times ]
Top
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Jimi Hendrix Would Be 77 Years Old Today - I Made a Video

12

No new posts Someone other then me made a GEGL plugin using my tactics

1

No new posts Attachment(s) Baby's first GEGL plugin - a very basic GEGL plugin anyone can make.

9

No new posts Attachment(s) GEGL Background on top (first public GEGL plugin of 2024)

0

No new posts So GEGL was made for nodes editing...

3



* Login  



Powered by phpBB3 © phpBB Group