We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee88832 commit 4f5f7c1Copy full SHA for 4f5f7c1
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