Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 609 Bytes

File metadata and controls

29 lines (19 loc) · 609 Bytes

TCSystem.MetaData

NuGet

Classes for handling and storing image metadata including date/time, GPS location, and face/person tags. Supports JSON serialization via Newtonsoft.Json.

Installation

dotnet add package TCSystem.MetaData

Features

  • Immutable data models for image metadata
  • Person/face tag support
  • GPS coordinate storage
  • JSON serialization and deserialization

Dependencies

  • Newtonsoft.Json
  • TCSystem.Util

Targets

  • netstandard2.1
  • net8.0
  • net10.0