我想在Android中阅读TIF或GeoTIFF Georeference图像的元数据。特别是邦定盒。我用下面的代码。此代码读取大多数信息。但是它不显示或无法读取某些信息。特别是不显示邦定盒。此代码在哪里出问题?还有其他解决方案来读取邦定盒吗?代码的输出如下所示。 我使用了“实现'com.drewnoakes:metadata-extractor:2.12.0'” gradle
////////code
try {
File file2 = new File("/sdcard/osmdroid/20190722184304_1161454707.tif");
Metadata metadata2 = ImageMetadataReader.readMetadata(file2);
Log.d("MetaData33", ""+ metadata2.getDirectoryCount() );
for (Directory directory : metadata2.getDirectories()) {
Log.d("MetaData22", "" + directory.getTagCount());
for (Tag tag : directory.getTags()) {
Log.d("MetaData11", "" +tag.getDirectoryName());
Log.d("MetaData44", "" + tag.toString());
Log.d("MetaData99", "" + tag.getDescription());
Log.d("MetaData55", "" + directory.getTagName(tag.getTagType()));
Log.d("MetaData66", "" + directory.getStringArray(tag.getTagType()));
}
}
}
///////////code
/////////outputs
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Image Width - 494 pixels
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Image Height - 493 pixels
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Bits Per Sample - 16 bits/component/pixel
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Compression - Uncompressed
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Photometric Interpretation - BlackIsZero
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Document Name - created at
09-15 03:13:02.368 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Image Description - SILC TIFF
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Strip Offsets - [۶۲ values]
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Samples Per Pixel - 1 samples/pixel
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Rows Per Strip - 8 rows/strip
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Strip Byte Counts - 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 7904 4940 bytes
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] X Resolution - 100 dots per inch
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Y Resolution - 100 dots per inch
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Planar Configuration - Chunky (contiguous for each subsampling pixel)
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Resolution Unit - Inch
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Software - IDL 7.1.1, ITT Visual Information Solutions
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Date/Time - 2011:03:16 01:07:57
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x0153) - 2
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x830e) - ۰ ۹۰۶۱۴۴۴۲۴۰۷۲۸۴۱۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰۰ ۰
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x8482) - ۰ ۰ ۰ ۰ ۰ −۰
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x87af) - [۳۲ values]
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x87b0) - ۲۹۸٫۲۵۷ ۲
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0x87b1) - WGS 84|
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [Exif IFD0] Unknown tag (0xa481) - -32768
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File Type] Detected File Type Name - TIFF
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File Type] Detected File Type Long Name - Tagged Image File Format
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File Type] Detected MIME Type - image/tiff
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File Type] Expected File Name Extension - tiff
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File] File Name - 20190722184304_1161454707.tif
09-15 03:13:02.378 28101-28101/com.example.appextendversion2 D/MetaData44: [File] File Size - 489191 bytes
09-15 03:13:02.388 28101-28101/com.example.appextendversion2 D/MetaData44: [File] File Modified Date - سهشنبه ژوئیهٔ ۲۳ ۰۴:۱۳:۴۳ +04:30 ۲۰۱۹
//////////