6 #include "Jpeg2000Convert.h"
7 #ifdef OPJ_HAVE_LIBLCMS2
10 #ifdef OPJ_HAVE_LIBLCMS1
13 #include "Jpeg2000Color.h"
14 #include <QStringList>
27 bool load (
const QString &filename,
35 void applyImageTweaks (opj_image_t *image)
const;
36 opj_codec_t *decode (
int decodeFormat)
const;
37 int getFileFormat(
const char *filename)
const;
38 void initializeParameters (opj_dparameters_t ¶meters)
const;
39 int inputFormat(
const char *filename)
const;
40 bool invalidFileExtension (
const QString &filename)
const;
41 QStringList supportedFileExtensions ()
const;
Wrapper around OpenJPEG library, in C, for opening jpeg2000 files.
bool load(const QString &filename, QImage &image) const
Load image from jpeg2000 file.
Jpeg2000()
Single constructor.
QStringList supportedImageWildcards() const
List the supported jpeg2000 file extensions, for filtering import files.