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) |
Public Member Functions inherited from QImageIOHandler | |
QImageIOHandler () | |
virtual | ~QImageIOHandler () |
virtual bool | canRead () const =0 |
virtual int | currentImageNumber () const |
virtual QRect | currentImageRect () const |
QIODevice * | device () const |
QByteArray | format () const |
virtual int | imageCount () const |
virtual bool | jumpToImage (int imageNumber) |
virtual bool | jumpToNextImage () |
virtual int | loopCount () const |
virtual int | nextImageDelay () const |
virtual bool | read (QImage *image)=0 |
void | setDevice (QIODevice *device) |
void | setFormat (const QByteArray &format) |
void | setFormat (const QByteArray &format) const |
Static Public Member Functions | |
static bool | canRead (QIODevice *device) |
Detailed Description
QImageIO Routines to read/write JPEG2000 images.
copyright (c) 2002 Michael Ritzert micha el@r itzer t.de
This library is distributed under the conditions of the GNU LGPL.
Constructor & Destructor Documentation
Member Function Documentation
|
virtual |
Reimplemented from QImageIOHandler.
|
virtual |
Reimplemented from QImageIOHandler.
|
virtual |
Reimplemented from QImageIOHandler.
|
virtual |
Reimplemented from QImageIOHandler.
|
virtual |
Reimplemented from QImageIOHandler.
The documentation for this class was generated from the following files:
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.