It is currently Sat Jul 06, 2024 8:27 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Gimp Improve/sharpen
PostPosted: Tue Jan 07, 2020 3:12 am  (#1) 
Offline
GimpChat Member

Joined: Jun 16, 2016
Posts: 137
Hi there,
with my Gimp version 2.8.14 there was a script
called sharpen under filter improve. The script is
no longer available in version 2.10.12.

Is it still possible to download somewhere?

Best regards, Hardy


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: Gimp Improve/sharpen
PostPosted: Tue Jan 07, 2020 3:16 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Taken from a portable windows 2.8.22 version.

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: Gimp Improve/sharpen
PostPosted: Tue Jan 07, 2020 3:27 am  (#3) 
Offline
GimpChat Member

Joined: Jun 16, 2016
Posts: 137
Hello Nelo,
thank you very much that was exactly the plug-in I was looking for.
Also works without problems under 2.10.12.

Best regards, Hardy


Top
 Post subject: Re: Gimp Improve/sharpen
PostPosted: Tue Jan 07, 2020 7:35 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
There is no need to bring over the old sharpen filter, it's already included in Gimp 2.10x. Just search for it using the "/" key on your key-board.

Attachment:
sharpen.jpg
sharpen.jpg [ 376.4 KiB | Viewed 2620 times ]


Top
 Post subject: Re: Gimp Improve/sharpen
PostPosted: Tue Jan 07, 2020 4:06 pm  (#5) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4756
You can even put it back in the menus:

Edit the pluginrc file and:

- locate the string "_Sharpen..."
- replace the "0" in the next line by "1"
- under that line insert "(menu-path "<Image>/Filters/Enhance")"

So the file should look like:

(plug-in-def "${gimp_plug_in_dir}/plug-ins/sharpen/sharpen" 0
    (proc-def "plug-in-sharpen" 1
         "Make image sharper (less powerful than Unsharp Mask)"
         "This plug-in selectively performs a convolution filter on an image."
         "Michael Sweet <mike@easysw.com>"
         "Copyright 1997-1998 by Michael Sweet"
         "1.4.2 - 3 June 1998"
         "_Sharpen..."
         1
        (menu-path "<Image>/Filters/Enhance")
        (icon icon-name -1 "")
         "RGB*, GRAY*"
         4 0
        (proc-arg 0 "run-mode" "The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }")
        (proc-arg 13 "image" "Input image")
        (proc-arg 16 "drawable" "Input drawable")
        (proc-arg 0 "percent" "Percent sharpening (default = 10)")))


This will even survive changes in other plugins that would cause the pluginrc file to be updated.

_________________
Image


Top
 Post subject: Re: Gimp Improve/sharpen
PostPosted: Wed Jan 08, 2020 9:52 am  (#6) 
Offline
GimpChat Member

Joined: Jun 16, 2016
Posts: 137
Hi there,
I would like to thank you
again for your help.

Thank you very much
and best regards Hardy


Top
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Sharpen

2

No new posts Attachment(s) how to sharpen attache photo

6

No new posts Attachment(s) new GEGL Sharpen filters I made

7

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

0



* Login  



Powered by phpBB3 © phpBB Group