IFF: support for ZIP compressed RGFX

This commit is contained in:
Mirco Miranda
2026-07-10 11:20:36 +02:00
parent 215305fa4b
commit 7e14d5616f
17 changed files with 51 additions and 1 deletions

View File

@@ -1964,6 +1964,9 @@ private:
QByteArray deinterleave(const QByteArray &planes, qint32 y, const RGHDChunk *header, const RSCMChunk *rcsm = nullptr, const RCOLChunk *rcol = nullptr) const;
quint32 strideSize(const RGHDChunk *header) const;
private:
mutable QByteArray _readBuffer;
};