add fixme re exif times
This commit is contained in:
parent
3a0060fc9d
commit
a36bad5c1f
@ -333,6 +333,7 @@ public class Photo {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: there is also a SubSecTimeOriginal tag we could use to get fractional seconds.
|
||||||
// FIXME: I think the iPhone stores time in UTC but other cameras report it in local time.
|
// FIXME: I think the iPhone stores time in UTC but other cameras report it in local time.
|
||||||
IExifValue<string>? dateTimeOriginal;
|
IExifValue<string>? dateTimeOriginal;
|
||||||
if (exifs.TryGetValue(ExifTag.DateTimeOriginal, out dateTimeOriginal)) {
|
if (exifs.TryGetValue(ExifTag.DateTimeOriginal, out dateTimeOriginal)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user