mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 03:54:18 -04:00
hdr: options support and bugfixes
- Support for Size and Format options - Added compile option to generate 16-bit instead of 32-bit images - Includes MR !189 and MR !192 fixes
This commit is contained in:
committed by
Albert Astals Cid
parent
0a6fbd88e9
commit
75e1280073
@ -18,6 +18,9 @@ public:
|
||||
bool canRead() const override;
|
||||
bool read(QImage *outImage) override;
|
||||
|
||||
bool supportsOption(QImageIOHandler::ImageOption option) const override;
|
||||
QVariant option(QImageIOHandler::ImageOption option) const override;
|
||||
|
||||
static bool canRead(QIODevice *device);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user