View Single Post
  #41  
Old 08-20-2009, 04:57 AM
 
Mark UK Mark UK is offline
 

Member
  
Join Date: Jul 2009
Posts: 17
 

Default Re: Resize thumbnails with GD

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.
__________________
X-Cart Gold Version 4.2.1
Reply With Quote