|
| enum class | Type { None
, Jpeg
} |
| |
|
|
| ImageCompression (Type _type) |
| |
|
Type | type () const |
| |
|
| Q_DECL_DEPRECATED_X ("Use knowCore::Image instead.") bool compress(const QByteArray &_input |
| |
|
| Q_DECL_DEPRECATED_X ("Use knowCore::Image instead.") bool uncompress(const QByteArray &_input |
| |
|
void | setOption (const QString &_option, const QVariant &_value) |
| |
|
|
static QString | typeName (Type _type) |
| |
|
static Type | type (const QString &_name) |
| |
|
|
QByteArray & | _output |
| |
|
QByteArray int | _dataStide |
| |
|
QByteArray int int | _channels |
| |
|
QByteArray int int int | _width |
| |
|
QByteArray int int int int _height | const |
| |
|
QByteArray int & | _width |
| |
|
QByteArray int int & | _height |
| |
|
QByteArray int int int &_channels | const |
| |
The documentation for this class was generated from the following files:
- kdb/extensions/kDBProcessing/ImageCompression.h
- kdb/extensions/kDBProcessing/ImageCompression.cpp