9#ifndef LIBKEXIV2_ROTATIONMATRIX_H
10#define LIBKEXIV2_ROTATIONMATRIX_H
15#include "libkexiv2_export.h"
20#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
21#if KEXIV2_ENABLE_DEPRECATED_SINCE(5, 1)
69 bool isNoTransform()
const;
105#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
106#if KEXIV2_ENABLE_DEPRECATED_SINCE(5, 1)
109 KEXIV2_DEPRECATED_VERSION(5, 1,
"Use toTransform()")
110 QMatrix toMatrix() const;
114#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
115#if KEXIV2_ENABLE_DEPRECATED_SINCE(5, 1)
117 KEXIV2_DEPRECATED_VERSION(5, 1,
"Use toTransform(KExiv2::ImageOrientation)")
118 static QMatrix toMatrix(
KExiv2::ImageOrientation orientation);
126 void set(
int m11,
int m12,
int m21,
int m22);
ImageOrientation
The image orientation values given by Exif metadata.
TransformationAction
This describes single transform primitives.
KExiv2Iface - Exiv2 library interface.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:12:07 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.