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
9
namespace
reusex::io
{
10
13
double
read_exif_timestamp
(
const
std::filesystem::path &jpeg_path);
14
15
}
// namespace reusex::io
reusex::io
Definition
exif.hpp:9
reusex::io::read_exif_timestamp
double read_exif_timestamp(const std::filesystem::path &jpeg_path)
Read EXIF DateTimeOriginal from a JPEG file.
libs
reusex
include
io
exif.hpp
Generated by
1.16.1