mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-08-26 08:26:59 -04:00
ANI partial test and PIC test added
This commit is contained in:
committed by
Albert Astals Cid
parent
c5f7ea7eac
commit
181eb253c6
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 813 B |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 98 B |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 90 B |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 117 B |
@@ -521,6 +521,9 @@ bool ANIHandler::canRead(QIODevice *device)
|
|||||||
qWarning("ANIHandler::canRead() called with no device");
|
qWarning("ANIHandler::canRead() called with no device");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (device->isSequential()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
const QByteArray riffIntro = device->peek(12);
|
const QByteArray riffIntro = device->peek(12);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user