It is currently Tue Aug 11, 2026 5:26 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: GEGL Engrave
PostPosted: Wed Apr 16, 2025 11:15 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Yes, this plugin is inspired by rafferty's work but I wrote mine from scratch.

New Plugin GEGL Engrave

https://github.com/LinuxBeaver/GEGL-GIMP-PLUGIN_Engrave
This plugin was made a few hours ago. GEGL does a pseudo engraving effect

Image

Image

Look for it in filters>artistic>engrave or search for engrave, (it shares the name of an existing plugin) I know

Download

Attachment:
linux_binaries_gegl_plugin.zip [7.53 KiB]
Downloaded 186 times


Attachment:
SourceCode.zip [4.75 KiB]
Downloaded 198 times


Attachment:
windows_binaries_gegl_plugin.zip [33.09 KiB]
Downloaded 219 times


Location to put binaries

Windows

C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins

Linux

~/.local/share/gegl-0.4/plug-ins

Linux (Flatpak includes Chromebook)

~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins

Final pic

Image

Also this is obvious but for newcomers who don't know the plugin is non-destructive/re-editable in GIMP 3. Feel free to share feed back about the plugin :clap :tyspin


Last edited by contrast_ on Fri Apr 18, 2025 2:37 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 Engrave
PostPosted: Wed Apr 16, 2025 11:25 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
It has a color change mode my previous previews never showed off

Attachment:
2025-04-17_00-24.png
2025-04-17_00-24.png [ 563.49 KiB | Viewed 5702 times ]


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 4:54 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
I really like this plugin - for me it's the best in the Engrave category. It allows for many combinations of parameters, not to mention playing with the layer mode.

Image

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 8:06 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Unfortunately, it doesn't work for me in Gimp-2.10.38-1.
Gimp displays a strange message:

Image

and stops loading.
Strange message - because GimpGegl-gegl-engrave works:

Image

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 8:16 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
MareroQ wrote:
Unfortunately, it doesn't work for me in Gimp-2.10.38-1.
Gimp displays a strange message:

[ Image ]

and stops loading.
Strange message - because GimpGegl-gegl-engrave works:

[ Image ]


Thank you for telling me this. I haven't yet shipped it with my Github page's source code/all binaries update. So I can fix it.


Attachment:
2025-04-17_21-14.png
2025-04-17_21-14.png [ 462.29 KiB | Viewed 5581 times ]

Attachment:
2025-04-17_21-15.png
2025-04-17_21-15.png [ 102.52 KiB | Viewed 5581 times ]


I can not reproduce on GIMP 2.10.38 On Linux. Both work fine for me.


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 8:26 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
I think I fixed it. Tell me if the problem persist on 2.10.38 on Windows. the plugin was renamed from "Engrave" to "Engrave Image"

MareroQ, please tell me if it resolves on 2.10.38


Last edited by contrast_ on Thu Apr 17, 2025 9:08 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:00 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Unfortunately not. :(

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:07 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
damn, its the name of the source code file. "engrave.c" It will be fixed by renaming it to "engraver.c" This should fix it.



If GIMP 2.10.40 ever releases my inner glow plugin will break for the same reason, its source code file will need to be renamed from "inner-glow.c" to something else. This is because the official filter uses the same name.


Last edited by contrast_ on Sun Apr 20, 2025 10:34 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:34 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Now there is no message but the plugin does not register in the menu.

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:39 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
MareroQ wrote:
Now there is no message but the plugin does not register in the menu.

Can it run if you look in the GEGL operation dropdown list for "engrave"?


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:43 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Try this, last attempt.

The title was renamed as well


Last edited by contrast_ on Thu Apr 17, 2025 10:05 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:49 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Lastly if that doesn't work try deleting "GimpGegl-lb-engrave-config.settings" from `/.config/GIMP/2.10/filters`


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:51 pm  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Unfortunately - still no registration in the menu.

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 9:57 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
off topic comment retracted


Last edited by contrast_ on Fri Apr 18, 2025 10:32 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 10:05 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Please look in GEGL Operation>Engrave Image to find it


Last edited by contrast_ on Thu Apr 17, 2025 10:17 pm, edited 1 time in total.

Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 10:12 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
No plugin of mine in GIMP 2.10 is registered in the main menu. Its all in the "GEGL Operation" drop down list area. Haven't you remembered that filters in the main menu are GIMP 3 exclusive?


Top
 Post subject: Re: GEGL Engrave
PostPosted: Thu Apr 17, 2025 10:42 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
"Engrave Image" in Gimp 2.10 registers in Gegl Operation (and works), but not in Menu (Yes, I am forgetful) and Search Actions.

_________________
Image


Top
 Post subject: Re: GEGL Engrave
PostPosted: Fri Apr 18, 2025 2:38 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
I just updated Engrave's binaries and code so it doesn't crash GIMP 2.10


Top
 Post subject: Re: GEGL Engrave
PostPosted: Fri Apr 18, 2025 10:32 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Look how Engrave blends with Royal on the linear burn and other blend modes

https://github.com/LinuxBeaver/GEGL-GIMP-PLUGIN_Royal

Attachment:
2025-04-18_23-31.png
2025-04-18_23-31.png [ 378.07 KiB | Viewed 5463 times ]


Top
 Post subject: Re: GEGL Engrave
PostPosted: Mon Jun 23, 2025 8:45 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 31, 2020
Posts: 2013
Engrave updated and the update will not break presets but it may change appearances if used as non-destructive in GIMP 3. This is because GIMP 3 will reload the newer gegl syntax of the plugin


Image

Preview of the improved newsprint dot slider

Image

Changes made

1. The newsprint dots are much more visible (before they were barely visible)
2. Newsprint slider doesn't remove the color overlay (before it use to)
3. The line size still goes up to 25 something but the GUI doesn't display beyond 6. Still one can manually move the slider to 25 if they want and presets above 6 will load.

Once again if you have a GIMP 3 .xcf file with GEGL Engrave it may look different such as dots and possibly colors if you changed the color and moved up the newsprint slider, but it will still load normal. This is the way engrave was always suppose to be and if I had known back in April I would have corrected it then.

Attachment:
engrave_linux_binaries_gegl_plugin.zip [7.55 KiB]
Downloaded 40 times


Attachment:
engrave_windows_binaries_gegl_plugin.zip [33.13 KiB]
Downloaded 54 times


Attachment:
engrave_SourceCode.zip [4.76 KiB]
Downloaded 45 times


LOCATION TO PUT BINARIES

Windows

C:\Users\(USERNAME)\AppData\Local\gegl-0.4\plug-ins

Linux

~/.local/share/gegl-0.4/plug-ins

Linux (Flatpak includes Chromebook)

~/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins


Top
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group