mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 11:30:16 +02:00
reset image orientation for Imagick images on init
This commit is contained in:
@@ -60,6 +60,9 @@ class Source extends \Intervention\Image\AbstractSource
|
||||
// so all images are turned into static
|
||||
$object = $this->removeAnimation($object);
|
||||
|
||||
// reset image orientation
|
||||
$object->setImageOrientation(\Imagick::ORIENTATION_UNDEFINED);
|
||||
|
||||
return new Image(new Driver, $object);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user