View Single Post
  #12  
Old 12-24-2008, 02:24 AM
  xplorer's Avatar 
xplorer xplorer is offline
 

X-Cart team
  
Join Date: Jul 2004
Posts: 925
 

Default Re: Resize thumbnails with GD

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
2. Did you use Unsharp Mask for PHP (http://vikjavev.no/computing/ump.php)?

Yes.
Reply With Quote