constructor
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
Şöyle yaparız.
getAttribute metoduString filePath = ...; ExifInterface exif =
new ExifInterface(filePath); //API Level 5
Şöyle yaparız.
String orientation = exif.getAttribute (ExifInterface.TAG_ORIENTATION);
getAttributeInt metodu
Şöyle yaparız.
int orientation = exif.getAttributeInt(
ExifInterface.TAG_ORIENTATION, 0);
Hiç yorum yok:
Yorum Gönder