drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
939 stars 167 forks source link

Why can't I get the date time tag #322

Closed melinyi closed 2 years ago

melinyi commented 2 years ago

image

If I serialize exifsubifdirectory into JSON, I can see the tag

But I can't get this value from the code, including foreach and LINQ image image

melinyi commented 2 years ago

image

254 - New Subfile Type - Full-resolution image 256 - Image Width - 5504 pixels 257 - Image Height - 3672 pixels 258 - Bits Per Sample - 12 bits/component/pixel 259 - Compression - Sony ARW Compressed 262 - Photometric Interpretation - Color Filter Array 277 - Samples Per Pixel - 1 samples/pixel 284 - Planar Configuration - Chunky (contiguous for each subsampling pixel) 282 - X Resolution - 350 dots per inch 283 - Y Resolution - 350 dots per inch 296 - Resolution Unit - Inch 33421 - CFA Repeat Pattern Dim - 2 2 33422 - CFA Pattern - [Red,Green][Green,Blue] 28672 - Unknown tag (0x7000) - 2 28673 - Unknown tag (0x7001) - 1 28688 - Unknown tag (0x7010) - 8000 10400 12900 14100 28689 - Unknown tag (0x7011) - 4000 7200 10050 12075 28704 - Unknown tag (0x7020) - 0 273 - Strip Offsets - 730112 278 - Rows Per Strip - 3672 rows/strip 279 - Strip Byte Counts - 20210688 bytes

melinyi commented 2 years ago

Sorry, I ignored parent Tags

drewnoakes commented 2 years ago

Can you show more of your code?