mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
jxl: indicate when all frames have been read
and return correct loop count
This commit is contained in:
@ -57,6 +57,7 @@ private:
|
||||
ParseJpegXLNotParsed = 0,
|
||||
ParseJpegXLSuccess = 1,
|
||||
ParseJpegXLBasicInfoParsed = 2,
|
||||
ParseJpegXLFinished = 3,
|
||||
};
|
||||
|
||||
ParseJpegXLState m_parseState;
|
||||
|
Reference in New Issue
Block a user