KImgIO
EXRHandler Class Reference
QImageIO Routines to read (and perhaps in the future, write) images in the high definition EXR format. More...
#include <exr.h>
Inheritance diagram for EXRHandler:

Public Member Functions | |
bool | canRead () const |
EXRHandler () | |
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@frogmouth.net>
This library is distributed under the conditions of the GNU LGPL.
Definition at line 16 of file exr.h.
Constructor & Destructor Documentation
Member Function Documentation
bool EXRHandler::canRead | ( | QIODevice * | device | ) | [static] |
bool EXRHandler::canRead | ( | ) | const |
QByteArray EXRHandler::name | ( | ) | const |
bool EXRHandler::read | ( | QImage * | outImage | ) |
Read contents from the file / stream into an image.
- Parameters:
-
outImage pointer to the QImage that the file / stream will be read into
- Returns:
- true on a successful read, false on failure
Reimplemented from QImageIOHandler.
bool EXRHandler::write | ( | const QImage & | image | ) |
Write the contents of an image into the file / stream.
- Parameters:
-
image the image to write out
- Returns:
- true on a successful write, false on failure
Reimplemented from QImageIOHandler.
The documentation for this class was generated from the following files: