Get Meta Data of Image - Android

前端 未结 3 547
甜味超标
甜味超标 2020-11-30 13:31

http://www.isco.com/webproductimages/appBnr/bnr1.jpg

I\'ve used a website to see the metadata of a image. In this website, it shows all info of image. I want to know

3条回答
  •  [愿得一人]
    2020-11-30 13:41

    If you want to retrieve meta data information about an image ExifInterface is what you are looking for. Here is a quite good example of how this interface is used: http://android-er.blogspot.com/2009/12/read-exif-information-in-jpeg-file.html

    But if you want to retrieve information of an online image I'm afraid it's not yet possible.

提交回复
热议问题