facebookincubator / spectrum

A client-side image transcoding library.
https://libspectrum.io
MIT License
1.99k stars 165 forks source link

Missing EXIF info when transcoding on Android #1845

Open waseefakhtar opened 2 years ago

waseefakhtar commented 2 years ago

Hi,

We've been using Spectrum to transcode images/videos but notice that the transcoded files are missing EXIF info from them. Am I missing something in configuration to support that or is it yet to be supported?

Example file:

image (1)

I see that we have an option to set the file's metadata but looking at ImageMetadata class, it mentions that it is yet to be implemented:

Screen Shot 2022-06-03 at 7 58 22 PM

I wonder if that's how we're supposed to set metadata to our transcoded images and if there's any ETA for this to be implemented.