KDcraw
kdcraw.h
72 /** Get the embedded JPEG preview image from RAW picture as a QByteArray which will include Exif Data.
77 /** Get the embedded JPEG preview image from RAW picture as a QImage. This is fast and non cancelable
82 /** Get the embedded JPEG preview image from RAW image passed in QBuffer as a QByteArray which will include Exif Data.
92 /** Get the half decoded RAW picture as JPEG data in QByteArray. This is slower than loadEmbeddedPreview()
97 /** Get the half decoded RAW picture passed in QBuffer as JPEG data in QByteArray. This is slower than loadEmbeddedPreview()
105 static bool loadFullImage(QImage& image, const QString& path, const RawDecodingSettings& settings = RawDecodingSettings());
158 /** Extract Raw image data undemosaiced and without post processing from 'filePath' picture file.
168 bool extractRAWData(const QString& filePath, QByteArray& rawData, DcrawInfoContainer& identify, unsigned int shotSelect=0);
184 bool decodeHalfRAWImage(const QString& filePath, const RawDecodingSettings& rawDecodingSettings,
229 /** Re-implement this method to control the pseudo progress value during RAW decoding (when dcraw run with an
230 internal loop without feedback) with your proper environment. By default, this method does nothing.
A container for RAW image information.
Definition: dcrawinfocontainer.h:26
unsigned int version()
RawDecodingSettings m_rawDecodingSettings
The settings container used to perform RAW pictures decoding.
Definition: kdcraw.h:219
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:53:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:53:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.