Header file for QtImageReader class.
More...
#include <memory>
#include <string>
#include <QString>
#include <QSize>
#include "ReaderBase.h"
#include "Json.h"
#include "ResvgQt.h"
#include <QImage>
Go to the source code of this file.
|
| openshot |
| This namespace is the default namespace for all code in the openshot library.
|
|
Header file for QtImageReader class.
- Author
- Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org
License
Definition in file QtImageReader.h.
◆ RESVG_VERSION_MIN
#define RESVG_VERSION_MIN |
( |
|
a, |
|
|
|
b |
|
) |
| |
Value: (\
RESVG_MAJOR_VERSION > a \
|| (RESVG_MAJOR_VERSION == a && RESVG_MINOR_VERSION >= b) \
)
Definition at line 30 of file QtImageReader.h.