Ignore:
Timestamp:
May 2, 2012, 6:29:56 AM (12 years ago)
Author:
rvelices
Message:

multi size:

  • fix external imagick issues when rotation was required
  • fix: derivative were generated continuosly until a first save performed in the admin screen
  • added sharpen param in the new config screen
  • increased the sharpen range (10% is less than before)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative_params.inc.php

    r14221 r14649  
    241241  public $sizing;
    242242  public $sharpen = 0;
    243   public $quality = 95;
    244243
    245244  function __construct($sizing)
     
    250249  public function __sleep()
    251250  {
    252       return array('last_mod_time', 'sizing', 'sharpen', 'quality');
     251      return array('last_mod_time', 'sizing', 'sharpen');
    253252  }
    254253
Note: See TracChangeset for help on using the changeset viewer.