Reading EXIF data from JPG

后端 未结 4 928
忘掉有多难
忘掉有多难 2020-12-11 08:37

I need to analyze thousands of jpeg files (by retrieving it EXIF data). It is more than 50 GB of data.I cannot read whole files because it\'ll take too much time.

Is

4条回答
  •  伪装坚强ぢ
    2020-12-11 08:57

    GdPicture.NET Imaging SDK starting version 10 provides a new image parsing mechanism that allows direct access to image metadata (EXIF, GPS, XMP, IPTC...) without decoding pixels. It supports more than 90 image formats including JPEG, TIFF, RAW and WebP.

    Here a link the the GdPicture.NET knowledge base that demonstrates how to extract metadata using C# and VB.NET (many other languages are also supported): tutorial

    In case anybody needs further information I will be glad to assist.

    Disclaimer: I am the product architect of GdPicture.NET.

提交回复
热议问题