android image exif reader 3rd party api

后端 未结 2 1076
春和景丽
春和景丽 2020-12-03 00:27

Is there any 3rd part api for android to read exif tags from image which support api level starting from 1.5.

2条回答
  •  情歌与酒
    2020-12-03 00:59

    For what it worth, did you try to use the native ExifInterface class ?

    http://developer.android.com/reference/android/media/ExifInterface.html

    Should be must faster than using a 3rd party library ;)

提交回复
热议问题