This commit is contained in:
2025-06-30 16:33:14 -07:00
parent c7ded16e50
commit 5d11335eda
38 changed files with 901 additions and 960 deletions

View File

@ -21,9 +21,11 @@ public record ExifDirectoryBase(string? Aperture,
string? FileSource,
string? ImageDescription,
string? ImageHeight,
int? ImageHeightValue,
string? ImageNumber,
string? ImageUniqueId,
string? ImageWidth,
int? ImageWidthValue,
string? IsoSpeed,
string? LensMake,
string? LensModel,