Skip to content

Commit

Permalink
v2.8.0 missed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaze committed Oct 29, 2021
1 parent 1904ecf commit 448f01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function createFromString(string &$data)
if (\method_exists($gmagick, 'getImageOrientation')) {
$gmagick->orientation = $gmagick->getImageOrientation();
} else {
$gd2->orientation = Exif::getImageOrientation($data);
$gmagick->orientation = Exif::getImageOrientation($data);
}
return $gmagick;
}
Expand Down

0 comments on commit 448f01e

Please sign in to comment.