-
Notifications
You must be signed in to change notification settings - Fork 27
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
Preview doesn't work if the JPEG image doesn't have an EOI marker #43
Comments
I've never ran into this issue. FilePond can render PNGs and bitmaps as well, and loads JPEGS without exif info. Please create a public test case and supply more information (browser version and os version you tested on). Will close until more details provided. |
Do you need any more information? |
@varunnayak the link doesn't point to codesandbox |
Have updated it. Its the same demo from react-filepond |
Ah I see. Okay, will look into it. |
@rikschennink Thanks. This issue is common with Panoramas captured using Samsung phones |
Finally had some more time to look into this, the problem doesn't appear on Firefox and Safari, it seems to be a Chrome/Blink issue. With a normal image tag Chrome also doesn't always render the image. I'm removing the "bug" label as it seems this is a Chrome issue. |
If you try to upload an image which doesn't have an EOI marker blank preview is shown. This also effects the transform plugin when exif orientation correction is involved. I have tested on the Live Demo on Code Sandbox on Chrome (Version 86.0.4240.198) MacOS Catlina and Android 10
The text was updated successfully, but these errors were encountered: