mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-15 22:13:00 -05:00
Add support for CD-I IFF images
This commit is contained in:
@ -35,6 +35,8 @@ private:
|
||||
|
||||
bool readMayaImage(QImage *image);
|
||||
|
||||
bool readCDIImage(QImage *image);
|
||||
|
||||
private:
|
||||
const QScopedPointer<IFFHandlerPrivate> d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user