Example #1
0
 /**
  * send image to the browser
  *
  * @return bool
  */
 public function send()
 {
     $this->_imageHandler->sendImage($this->_img);
 }