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:
Mirco Miranda
2023-09-11 09:08:18 +00:00
committed by Albert Astals Cid
parent 0a6fbd88e9
commit 75e1280073
4 changed files with 118 additions and 27 deletions

View File

@ -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);
};