public function auto_orient()
 {
     $this->image_class->auto_orient();
     return $this;
 }