Esempio n. 1
0
 /**
  * Auto rotate the image based on exif data (like from phones)
  * https://github.com/nik-kor/PHPThumb/blob/master/src/thumb_plugins/jpg_rotate.inc.php
  *
  * @return $this
  */
 public function autoRotate()
 {
     $this->thumb->rotateJpg();
     return $this;
 }