We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c78f83 + 4f5f7c1 commit 0e343c4Copy full SHA for 0e343c4
app/Uploads/ImageResizer.php
@@ -158,7 +158,10 @@ public function resizeImageData(
158
*/
159
protected function interventionFromImageData(string $imageData, ?string $fileType): InterventionImage
160
{
161
- $manager = new ImageManager(new Driver());
+ $manager = new ImageManager(
162
+ new Driver(),
163
+ autoOrientation: false,
164
+ );
165
166
// Ensure gif images are decoded natively instead of deferring to intervention GIF
167
// handling since we don't need the added animation support.
0 commit comments