Quote:
Originally Posted by xplorer
Yes, you can change the values by editing "include/lib/phpunsharmask.php" file. Search for the following string:
PHP Code:
function UnsharpMask($img, $amount = 120, $radius = 0.4, $threshold = 1) {
Yes.
|
This has saved me a lot of time and frustration, I was not happy with GD sharpening my thumbnails so I set the amount to 0 and it worked a treat, thank you.