View Single Post
  #8  
Old 07-25-2012, 08:32 PM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by ADDISON
I would like to get more information about this improvement. As I checked, phpunsharpmask.php has the same parameteres as before for sharpening:

function UnsharpMask($img, $amount = 120, $radius = 0.4, $threshold = 1)

In my opinion after installing 4.5.2 I do not see any changes in good. Photos still have sharp ugly edges. I already provided you a good way for DPI and changing parameters, but QT engineers don't like ideas from outside ...

PHP Code:
[*] 24 Jul 2012random Improvement (0124413): Sharpening parameters adjusted to improve quality of auto-generated thumbnail images

The changes affected the function call in include/func/func.image.php file

PHP Code:
@@ -1156,+1156,@@
     }
 
     if (
function_exists('UnsharpMask')) {
-        
$_image UnsharpMask($new_image);
+        
$_image UnsharpMask($new_image20);
     }
 
     if (
$_image === false) { 
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart