KImgIO
EXRHandler Class Reference
#include <exr.h>
Inheritance diagram for EXRHandler:
Public Member Functions | |
EXRHandler () | |
bool | canRead () const |
QByteArray | name () const |
bool | read (QImage *outImage) |
bool | write (const QImage &image) |
Static Public Member Functions | |
static bool | canRead (QIODevice *device) |
Detailed Description
QImageIO Routines to read (and perhaps in the future, write) images in the high definition EXR format.
Copyright (c) 2003, Brad Hards bradh @fro gmout h.ne t
This library is distributed under the conditions of the GNU LGPL.
Constructor & Destructor Documentation
Member Function Documentation
bool EXRHandler::canRead | ( | ) | const |
|
static |
QByteArray EXRHandler::name | ( | ) | const |
bool EXRHandler::read | ( | QImage * | outImage | ) |
bool EXRHandler::write | ( | const QImage & | image | ) |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.