Add support for CD-I IFF images

This commit is contained in:
Mirco Miranda
2026-01-08 17:49:01 +01:00
parent 8d7fb2c3fd
commit 8224c0099d
7 changed files with 822 additions and 21 deletions

View File

@ -35,6 +35,8 @@ private:
bool readMayaImage(QImage *image);
bool readCDIImage(QImage *image);
private:
const QScopedPointer<IFFHandlerPrivate> d;
};