Update src/Object/Image.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
19b8b389fd
commit
ed05d6376d
|
@ -381,7 +381,7 @@ class Image
|
|||
$this->rotate( 180);
|
||||
break;
|
||||
case Imagick::ORIENTATION_RIGHTTOP:
|
||||
$this->rotate( -90);
|
||||
$this->rotate(-90);
|
||||
break;
|
||||
case Imagick::ORIENTATION_LEFTBOTTOM:
|
||||
$this->rotate(90);
|
||||
|
|
Loading…
Reference in New Issue
Block a user