KImgIO
exr.h
Go to the documentation of this file.
virtual QImageIOHandler * create(QIODevice *device, const QByteArray &format) const =0
QIODevice * device() const
bool read(QImage *outImage)
Read contents from the file / stream into an image.
Definition: exr.cpp:168
QImageIO Routines to read (and perhaps in the future, write) images in the high definition EXR format...
Definition: exr.h:16
bool write(const QImage &image)
Write the contents of an image into the file / stream.
Definition: exr.cpp:211
bool canRead() const
Test if the file / stream can potentially read more data.
Definition: exr.cpp:153
virtual Capabilities capabilities(QIODevice *device, const QByteArray &format) const =0
virtual QStringList keys() const =0
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.