Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1003 Bytes

File metadata and controls

38 lines (26 loc) · 1003 Bytes

TCSystem.MetaData

NuGet

Domain types for image metadata, including timestamps, orientation, GPS/location data, processing state, people, faces, and tags. Models use return-new-instance change helpers rather than in-place mutation and support Newtonsoft.Json serialization.

Installation

dotnet add package TCSystem.MetaData

Features

  • Image metadata and processing-information models
  • GPS points, positions, addresses, and locations
  • Person, face, and person-tag models
  • Fixed-point coordinate and rectangle types
  • JSON serialization and deserialization helpers
  • Immutable-style ImageExt change operations

Dependencies

  • Newtonsoft.Json
  • TCSystem.Util

Targets

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

Development

See the repository build instructions and the TCSystem.MetaData.Tests instructions.