parent
35e4402030
commit
9db4d6b8b9
|
@ -173,6 +173,9 @@ class FileRobotMagick
|
|||
$this->{$method}();
|
||||
}
|
||||
|
||||
// Orient the image
|
||||
$this->image->autoOrient();
|
||||
|
||||
return $this->image;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue