RFX-GIMP

unsharp-mask
Login
Command:
Unsharp Mask
Type:
Effect
Download:
unsharp-mask.script
Description:
The unsharp mask is a sharpening filter that works by comparing using the difference of the image and a blurred version of the image. It is commonly used on photographic images, and is provides a much more pleasing result than the standard sharpen filter. Apply unsharp mask with a very large radius is also an effective means of removing haze or color casts from video.
Pre-loop code:
default.preloop
Loop code:
unsharp-mask.loop
Post-loop code:
None
Triggers:
unsharp-mask.triggers
Parameters:
$p0 Radius (0-10000)
$p4 Amount (0-10.0)
$p5 Threshold (0-255)
Notes:
See GIMP Users Manual for more details on Unsharp Mask's capabilities.