Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #92 from swibly/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
devkcud authored Oct 28, 2024
2 parents 82c341e + e8fd883 commit 317cf96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/aws/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,11 @@ func adjustOrientation(reader io.Reader, img image.Image) image.Image {
case 5:
img = imaging.Transpose(img)
case 6:
img = imaging.Rotate90(img)
img = imaging.Rotate270(img)
case 7:
img = imaging.Transverse(img)
case 8:
img = imaging.Rotate270(img)
img = imaging.Rotate90(img)
}
}
}
Expand Down

0 comments on commit 317cf96

Please sign in to comment.