MauiKit Image Tools

modules/metadata/imagemetadata.cpp
1// <one line to give the program's name and a brief idea of what it does.>
2// SPDX-FileCopyrightText: 2022 <copyright holder> <email>
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#include "imagemetadata.h"
6#include "exiv2extractor.h"
7
8static QStringList standardExifKeys { "Exif.Photo.DateTimeOriginal"};
9
10ImageMetadata::ImageMetadata(QObject *parent) : QObject(parent)
11{
12
13}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:10:19 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.