Exemplo n.º 1
0
 public function response($format = null, $quality = 90)
 {
     return $this->image->response($format, $quality);
 }
Exemplo n.º 2
0
 /**
  * Send direct output with proper header
  *
  * @param string $type
  * @param integer $quality
  * @return string 
  * @static 
  */
 public static function response($type = null, $quality = 90)
 {
     return \Intervention\Image\Image::response($type, $quality);
 }