ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
exif.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6
7#include <filesystem>
8
9namespace reusex::io {
10
13double read_exif_timestamp(const std::filesystem::path &jpeg_path);
14
15} // namespace reusex::io
double read_exif_timestamp(const std::filesystem::path &jpeg_path)
Read EXIF DateTimeOriginal from a JPEG file.