mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[GH-ISSUE #332] image rotating when I dont want it to #145
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @srsquare on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/332
Originally assigned to: @sadok-f on GitHub.
I have some images that display correctly when loaded directly in the browser but are being rotated when I rezie using w_ q_. I am assuming the exif data in some of my images is wrong. Anyway was wondering if there was a way to prevent rotation when the image is resized. So far in my limited experiments flying is quite cool :) Thanks.
@sadok-f commented on GitHub (May 22, 2022):
Hi @srsquare ,
thanks for reporting your issue and your feedback!
is it possible to provide an example image?
@srsquare commented on GitHub (May 23, 2022):
https://oi.flyimg.io/upload/w_600,q_80/ ... JackAttacked-Feb2021/IMG_20210215_003758.jpg
when I load the image directly its fine, but when passed through flying its upside down... I fixed it directly by rotating the img 90 degrees, saving it, rotating it back, and saving, and then it (among others) were fine. I just would like a way to tell flyimg not to rotate...
n
@sadok-f commented on GitHub (May 23, 2022):
Hi @srsquare,
it seems your image contains metadata and Rotation information, and imagemagik uses that information.
to get around this issue, I've added a new option called
auto-orient, you can add it to the flying URL options asao_1Please update your repo and give it a try.