Ignore:
Timestamp:
Feb 12, 2012, 11:02:59 AM (12 years ago)
Author:
rvelices
Message:

improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/image.class.php

    r13035 r13115  
    266266  static function get_sharpen_matrix($amount)
    267267  {
    268                 // Amount should be in the range of 18-10
    269                 $amount = round(abs(-18 + ($amount * 0.08)), 2);
     268                // Amount should be in the range of 24-10
     269                $amount = round(abs(-24 + ($amount * 0.14)), 2);
    270270
    271271                $matrix = array
Note: See TracChangeset for help on using the changeset viewer.