Changeset 13736 for trunk/admin


Ignore:
Timestamp:
Mar 26, 2012, 6:07:03 AM (12 years ago)
Author:
rvelices
Message:
  • small js fixes on index/picture
  • i.php does not use derivatives.dat file anymore (obsolete file)
  • better selection of derivatives in picture.php
  • larger sharpen real range in image.class.php
File:
1 edited

Legend:

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

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