Update src/Object/Image.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
ed05d6376d
commit
2d1d06c6d2
|
@ -378,7 +378,7 @@ class Image
|
|||
$orientation = $this->image->getImageOrientation();
|
||||
switch ($orientation) {
|
||||
case Imagick::ORIENTATION_BOTTOMRIGHT:
|
||||
$this->rotate( 180);
|
||||
$this->rotate(180);
|
||||
break;
|
||||
case Imagick::ORIENTATION_RIGHTTOP:
|
||||
$this->rotate(-90);
|
||||
|
|
Loading…
Reference in a new issue