mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-17 11:44:16 -04:00
JXR: Fixed image reading on sequential devices
The following changes are done: - Fixed an error when copying image from sequential device - Return error when the image exceed 4GB size on writing* - Enabled JXR tests (*) Note that when writing an image larger than 4GiB, the JXRLib does not give any error but the resulting saved image id wrong.
This commit is contained in:
committed by
Albert Astals Cid
parent
97120b2537
commit
ac1006cc66
@ -117,7 +117,7 @@ plugin ('n/a' means no limit, i.e. the limit depends on the format encoding).
|
||||
- HDR: n/a (large image)
|
||||
- HEIF: n/a
|
||||
- JXL: 65,535 x 65,535 pixels, in any case no larger than 256 megapixels
|
||||
- JXR: n/a
|
||||
- JXR: n/a, in any case no larger than 4 GB
|
||||
- PCX: 65,535 x 65,535 pixels
|
||||
- PFM: n/a (large image)
|
||||
- PIC: 65,535 x 65,535 pixels
|
||||
|
Reference in New Issue
Block a user