Ignore:
Timestamp:
Jan 5, 2012, 10:35:25 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - sharpen + watermarks (partially implemented / no test with imagick extension)

File:
1 edited

Legend:

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

    r12820 r12851  
    283283  public $type = IMG_CUSTOM;
    284284  public $last_mod_time = 0; // used for non-custom images to regenerate the cached files
     285  public $use_watermark = false;
    285286  public $sizing;
     287  public $sharpen = 0;
     288  public $quality = 85;
    286289
    287290  function __construct($sizing)
     
    292295  public function __sleep()
    293296  {
    294       return array('last_mod_time', 'sizing');
     297      return array('last_mod_time', 'sizing', 'sharpen', 'quality');
    295298  }
    296299   
Note: See TracChangeset for help on using the changeset viewer.