How to get metadata from a picture? How to get metadata from a picture? android android

How to get metadata from a picture?


You can get at least the size of the image by setting BitmapFactory.Options.inJustDecodeBounds to true.

If the image is in the MediaStore, you might be able to get more information.