mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-07-15 14:30:56 -04:00
JXL: load error with some lossless file
When loading lossless JXL images without ICC profile, the parser failed. The problem was caused by Boxes being enabled (MR !250). The parser should probably be revised to be more flexible. CCBUG: 496350
This commit is contained in:
committed by
Albert Astals Cid
parent
9f05ecb523
commit
92a1752c1f
@@ -51,7 +51,7 @@ private:
|
||||
bool countALLFrames();
|
||||
bool decode_one_frame();
|
||||
bool rewind();
|
||||
bool decodeBoxes();
|
||||
bool decodeBoxes(JxlDecoderStatus &status);
|
||||
|
||||
enum ParseJpegXLState {
|
||||
ParseJpegXLError = -1,
|
||||
|
||||
Reference in New Issue
Block a user