KExiv2
kexiv2previews.h
int dataSize(int index=0)
For each contained preview image, return the size of the image data in bytes, width and height of the...
Definition kexiv2previews.cpp:143
QSize originalSize() const
Returns the pixel size of the original image, as read from the file (not the metadata).
Definition kexiv2previews.cpp:122
QString originalMimeType() const
Returns the mimeType of the original image, detected from the file's content.
Definition kexiv2previews.cpp:130
QByteArray data(int index=0)
Retrieve the image data for the specified embedded preview image.
Definition kexiv2previews.cpp:178
QImage image(int index=0)
Loads the data of the specified preview and creates a QImage from this data.
Definition kexiv2previews.cpp:202
KExiv2Previews(const QString &filePath)
Open the given file and scan for embedded preview images.
Definition kexiv2previews.cpp:69
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:22 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:22 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.