-
Notifications
You must be signed in to change notification settings - Fork 89
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
Does not recognize rotated images? #212
Comments
Right, |
@HeroicKatora Thank you! I am not sure about it. But IMHO rotated images are very common (I see many in production environment), and I hope Rust (image-rs/jpeg-decoder) can handle it |
The important thing here is consistency. Currently, the So, I'm happy with the current state, but if the |
FWIW, my stance is that we're already doing far too much implicitly. Some of it should be available as options in Three major reason to delay conversions:
|
Hi thanks for the lib! I am using it on a rotated jpeg image. But this decoder gives the wrong size. For example, the real size by human beings and by OpenCV is 3000x4000, but this lib says 4000x3000 on it.
Looking at the source code, seems that there is no code about reading "orientations" in EXIF?
The text was updated successfully, but these errors were encountered: