Does this polyfill strip all metadata of an image?
Opened this issue · 0 comments
sahil-syze commented
I am trying to get focal length of the webcam/selfie cam from the image taken using ImageCapture
but in browsers where this is not supported and polyfill is being used I am seeing no metadata. But for chrome where ImageCapture
is available natively, I can see the metadata.
Is there any option which will help me preserve the metadata?