It is currently Thu Apr 25, 2024 4:19 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: new GEGL Sharpen filters I made
PostPosted: Sun May 08, 2022 1:39 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1393
https://github.com/LinuxBeaver/High-Pas ... -Box-Blur-

https://github.com/LinuxBeaver/GEGL_hig ... _curvature

Image

Image


On Linux put the .so file in `/gegl-0.4/plug-ins' and restart Gimp.` for Windows and Mac you have to compile it.

The filters are hidden in GEGL Operations unfortunately but if you set a key binding to GEGL Operations or use the / search you can access it quicker. I hope more people make GEGL filters instead of using the legacy engine.


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: new GEGL Sharpen filters I made
PostPosted: Mon May 09, 2022 12:23 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1333
Good work contrast_

It looks like a command line filter and it is.

I put it into the batch script I have been using with gmic and it works with some changes.
#!/bin/bash
mkdir ./done
for i in *.png
do
gegl $i -o ./done/$i -- alien-map
done


make executable, put into a folder with PNGs and start like this
./Gegl-alienmap.sh

I just did 70 files and works well. Good for video streams made from PNGs :)


Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Mon May 09, 2022 8:43 am  (#3) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2424
Working with Gimp 2.10.30 (PPA) and kubuntu 20.04

Quote:
...On Linux put the .so file in `/gegl-0.4/plug-ins' and restart Gimp..


I was wondering where that was (then remembered from when making an appimage). No plug-ins sub-folder, straight into /usr/lib/x86_64-linux-gnu/gegl-0.4 Showing under Tools > GEGL Operation

Very nice.

Attachment:
highpass.jpg
highpass.jpg [ 154.08 KiB | Viewed 1244 times ]

_________________
Image


Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Fri May 13, 2022 3:34 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2246
Location: Poland
Version for Gimp-2.10.30 Win 64 Bit attached.


Attachments:
high-pass-box_Win64bit.zip [35.1 KiB]
Downloaded 82 times
mc_sharpen_Win64bit.zip [35.1 KiB]
Downloaded 66 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Fri May 13, 2022 4:53 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Once unzipped, where to put it? (I'm using samj's package)

_________________
"Where am I ?"


Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Fri May 13, 2022 5:12 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2246
Location: Poland
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Fri May 13, 2022 6:53 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
MareroQ wrote:
In the directory ... \ lib \ gegl-0.4 \ (contains 37 * .dll files)

Thanks!

_________________
"Where am I ?"


Top
 Post subject: Re: new GEGL Sharpen filters I made
PostPosted: Tue Jul 26, 2022 9:53 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 1393
I am going to remove these filters from my github as they only take two steps and can be done with one GEGL filter with a live preview. These were the first two third party GEGL filters I made and they do not cohere to my rule of at least four steps needed to justify a filter.


Image


Top
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) GEGL Sharpen Plugin with many high pass algorithms

0

No new posts Help! Script-fu gegl:gegl works on only some of my third party filters

5

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

1

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

3

No new posts Attachment(s) Solarization Effects I made in GEGL (graphs not plugins)

0



* Login  



Powered by phpBB3 © phpBB Group