KImgIO
JP2Handler Class Reference
#include <jp2.h>
Inheritance diagram for JP2Handler:

Public Member Functions | |
| JP2Handler () | |
| virtual | ~JP2Handler () |
| bool | canRead () const |
| QByteArray | name () const |
| QVariant | option (ImageOption option) const |
| bool | read (QImage *image) |
| void | setOption (ImageOption option, const QVariant &value) |
| bool | supportsOption (ImageOption option) const |
| bool | write (const QImage &image) |
Static Public Member Functions | |
| static bool | canRead (QIODevice *device) |
Detailed Description
QImageIO Routines to read/write JPEG2000 images.
copyright (c) 2002 Michael Ritzert michael@ritzert.de
This library is distributed under the conditions of the GNU LGPL.
Constructor & Destructor Documentation
| JP2Handler::~JP2Handler | ( | ) | [virtual] |
Member Function Documentation
| bool JP2Handler::canRead | ( | ) | const |
| bool JP2Handler::canRead | ( | QIODevice * | device | ) | [static] |
| QByteArray JP2Handler::name | ( | ) | const |
| QVariant JP2Handler::option | ( | ImageOption | option | ) | const |
| bool JP2Handler::read | ( | QImage * | image | ) |
| void JP2Handler::setOption | ( | ImageOption | option, |
| const QVariant & | value | ||
| ) |
| bool JP2Handler::supportsOption | ( | ImageOption | option | ) | const |
| bool JP2Handler::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-2012 The KDE developers.
Generated on Wed May 2 2012 17:26:12 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 17:26:12 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.