diff --git a/lib/Service/FileRobotMagick.php b/lib/Service/FileRobotMagick.php index ec56a4e3..330c704c 100644 --- a/lib/Service/FileRobotMagick.php +++ b/lib/Service/FileRobotMagick.php @@ -173,6 +173,9 @@ class FileRobotMagick $this->{$method}(); } + // Orient the image + $this->image->autoOrient(); + return $this->image; }