frmagick: orient image

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/579/head
Varun Patil 2023-04-16 11:29:00 -07:00
parent 35e4402030
commit 9db4d6b8b9
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ class FileRobotMagick
$this->{$method}();
}
// Orient the image
$this->image->autoOrient();
return $this->image;
}