Update src/Object/Image.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user