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