Update src/Object/Image.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
MarekBenjamin 2022-12-28 23:19:48 +01:00 committed by GitHub
parent 19b8b389fd
commit ed05d6376d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);