KFileMetaData
embeddedimagedata.cpp
67 KFileMetaData::SimpleExtractionResult result(fileUrl, fileMimeType, ExtractionResult::ExtractImageData);
QMap< ImageType, QByteArray > imageData(const QString &fileUrl, const EmbeddedImageData::ImageTypes types=FrontCover) const
Extracts the images stored in the metadata tags from a file.
Definition: embeddedimagedata.cpp:62
void writeImageData(const QString &fileUrl, QMap< ImageType, QByteArray > &imageData)
Extracts the images stored in the metadata tags from a file.
Definition: embeddedimagedata.cpp:77
QMap< EmbeddedImageData::ImageType, QByteArray > imageData() const
Return embedded image data.
Definition: extractionresult.cpp:56
EmbeddedImageData defines enums for different image types that can be extracted from the metadata of ...
Definition: embeddedimagedata.h:27
The ExtractorCollection is a helper class which internally loads all the extractor plugins....
Definition: extractorcollection.h:30
QList< Extractor * > fetchExtractors(const QString &mimetype) const
Fetch the extractors which can be used to extract data for the respective file with the given mimetyp...
Definition: extractorcollection.cpp:139
@ ExtractImageData
Definition: extractionresult.h:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu May 26 2022 03:46:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu May 26 2022 03:46:07 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.