aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-02-12 10:02:59 +0000
committerrvelices <rv-github@modusoptimus.com>2012-02-12 10:02:59 +0000
commita1833e40a2d81135bf72fb59abeb76c39030d5a5 (patch)
tree9f59387fdb86711cb1b65d9b695b106eea96fd5c /admin
parent9469de7482d3ddf7f02b9a17c2c5d3c18f9f205a (diff)
improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/include/image.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/image.class.php b/admin/include/image.class.php
index 86ef35a69..2781ba984 100644
--- a/admin/include/image.class.php
+++ b/admin/include/image.class.php
@@ -265,8 +265,8 @@ class pwg_image
/** Returns a normalized convolution kernel for sharpening*/
static function get_sharpen_matrix($amount)
{
- // Amount should be in the range of 18-10
- $amount = round(abs(-18 + ($amount * 0.08)), 2);
+ // Amount should be in the range of 24-10
+ $amount = round(abs(-24 + ($amount * 0.14)), 2);
$matrix = array
(