-
Notifications
You must be signed in to change notification settings - Fork 438
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
Image Orientation meta info are removed with all possible configuration #115
Comments
It is designed like this and cannot be changed. The Exif information will be cleared always when the |
Exactly, the Compressor.js uses the Browser's native |
Thank you @fengyuanchen, |
Please read the documentation about the |
Let's wrap up everything, I guess I couldn't tell properly what was the problem. I change the orientation of the image, So I want a method to keep its orientation even after compression. Strict Mode keeps original image instead of compressed one checkOrientation there are two Notes:
I brute force on all the possible combinations of
what you said seemed different from documentation, but if consider it as a true statement, so I hope the I think all the process I've taken was meaningful, although it was not very smart. The only solution I think gonna work, is to keep the EXIF on our side and apply that after compression. |
Just one new note for this:
|
First of all THANKS FOR THIS GREAT PACKAGE
Describe the bug
By all closed issues about Image Orientation change, it seems to have a little problem of saving image meta info for sample image in the demo page
To Reproduce
I download the image ant rotate it 90 deg to the right
Upload each image in metapicz and check the EXIF section
Expected behavior
For the original Image, the EXIF section is like
But for the rest of the configuration, no EXIF information can be detected from the image
For the 2 and 4 configurations, we must get EXIF information the same as original, I guess
Screenshots
Desktop (please complete the following information):
Additional context
All other options remain the same as default options presented in demo page e.g.
quality: 0.8
.Is there any way to save orientation without extracting it separately like the solution posted in #65?
I also check all related Issues: #10 #56 #63 #64 #65 #88
The text was updated successfully, but these errors were encountered: