Quote:
Originally Posted by am2003
1. Maybe I am not happy by the results of your default values for the unsharp mask effect. Can we control the values the "unsharp mask" filter effect inside the script (Amount, Radius, Threshold)?
|
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) {
Quote:
Originally Posted by am2003
|
Yes.