Exemplo n.º 1
0
 /**
  * Rotates the image.
  *
  * @param string $view    The view (size) to work with.
  * @param integer $angle  What angle to rotate the image by.
  */
 public function rotate($view = 'full', $angle)
 {
     $this->load($view);
     $this->_dirty = true;
     $this->_image->rotate($angle);
 }