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