Reading EXIF data from byte array in android

前端 未结 2 1288
情深已故
情深已故 2020-12-01 14:33

I would like to read EXIF data from byte array data output from the camera. I know I can read EXIF data from a file using exifInterface. But this would require me to write t

2条回答
  •  伪装坚强ぢ
    2020-12-01 15:24

    you can use special libraries. If you just need to read data, then you can use metadata-extractor here is the library ( use Version 2.5.0-RC3, it works for android ), or, if you need to read and update metadata information, you can use Sanselan library.

提交回复
热议问题