ImageCodecInterface Struct Reference
add Image Codecs More...
#include <imagecodecinterface.h>
Public Member Functions | |
| virtual QStringList | keys () const=0 |
| Query for the list of supported formats. | |
| virtual bool | installIOHandler (const QString &format)=0 |
| install codec to QIageIO for the specefic format | |
Detailed Description
add Image CodecsThis interface will be queried to add new Image loading and saving routines.
The ImageCodec needs to be placed in OPIEDIR/plugins/imagecodecs.
Definition at line 45 of file imagecodecinterface.h.
Member Function Documentation
|
|
Query for the list of supported formats. Return a QStringList of the supported formats |
|
|
install codec to QIageIO for the specefic format Install a QImage codec for the requested format |
The documentation for this struct was generated from the following files:
