开发者

how to fetch metadata of an image stored on an SD card of an android phone

开发者 https://www.devze.com 2023-02-28 07:41 出处:网络
I want to know how I could fetch all the metadata associated with an image, that is stored on the SD Card of 开发者_运维知识库an android mobile phone.I don\'t know if there is a way to get the geo-loc

I want to know how I could fetch all the metadata associated with an image, that is stored on the SD Card of 开发者_运维知识库an android mobile phone.


I don't know if there is a way to get the geo-location, but see the following post for getting the image width, height, and mimetype:

How to retrieve metadata from image file in Android

You can also get the file's last modified date with the following:

new Date(file.lastModified())
0

精彩评论

暂无评论...
验证码 换一张
取 消