-
Notifications
You must be signed in to change notification settings - Fork 835
Sharpen
cezarsa edited this page Mar 5, 2012
·
4 revisions
Usage: sharpen(sharpen_amount,sharpen_radius,luminance_only)
This filter enhances apparent sharpness of the image. It's heavily based on Marco Rossini's excellent Wavelet sharpen GIMP plugin. Check http://registry.gimp.org/node/9836 for details about how it work.
- sharpen_amount - Sharpen amount. Typical values are between 0.0 and 10.0.
- sharpen_radius - Sharpen radius. Typical values are between 0.0 and 2.0.
- luminance_only - Sharpen only luminance channel. Values can be 'true' or 'false'
Picture before the sharpen filter
Picture after the sharpen filter
Picture before the sharpen filter
Picture after the sharpen filter