コード例 #1
0
 /**
  * {@inheritdoc).
  */
 public function resize($hash, $width, $height, $x, $y, $mode = 'resize', $bg = '', $degree = 0)
 {
     return $this->driver->resize($hash, $width, $height, $x, $y, $mode, $bg, $degree);
 }
コード例 #2
0
 /**
  * {@inheritdoc).
  */
 public function resize($hash, $width, $height, $x, $y, $mode = 'resize', $bg = '', $degree = 0, $jpgQuality = null)
 {
     return $this->driver->resize($hash, $width, $height, $x, $y, $mode, $bg, $degree, $jpgQuality);
 }