Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exif orientation #119

Open
leooxx opened this issue Oct 23, 2021 · 0 comments
Open

Exif orientation #119

leooxx opened this issue Oct 23, 2021 · 0 comments

Comments

@leooxx
Copy link

leooxx commented Oct 23, 2021

Hi everyone,

I think the EXIF image orientation is not useful from the last updates browsers (avril 2020).
The orientation is executed twice, one time by the browser and on time by ui-cropper.
Maybe it's possible to test the browser version or just disabled the code about the EXIF orentation...

More informations here : w3c/csswg-drafts#4666

To disabled the EXIF orientation replace :

var e=L.getTag(g,"Orientation");

by

var e=1;

Thks,

ersingencturk added a commit to OnlinePeople/ui-cropper that referenced this issue Jan 29, 2024
disable auto rotate of the image from camera

see: CrackerakiUA#119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant