Example #1
0
 /**
  * Sets multiple options at once
  *
  * Associative array of options:
  *  - quality     (Integer: 0: poor - 100: best)
  *  - scaleMethod ('smooth', 'pixel')
  *
  * @param  array $options Array of options
  * @access public
  */
 static function setOptions($options)
 {
     self::$_options = array_merge(self::$_options, $options);
 }