| ▲ | nneonneo 9 hours ago | |||||||
Probably not; for PNG, the image size is declared in the header, so a decoder can decide immediately if it wants to decode the image or not. The output is bounded by the size of the image times the bit depth, and decompression runs in time proportional to output size. zlib bombs exist, but they don't affect png because a decoder can simply refuse to decompress past the size of the pixel buffer. | ||||||||
| ▲ | tacomagick 8 hours ago | parent [-] | |||||||
The infamous PIL DOS errors, rooting from the library refusing to process images larger than a hard limit. Does this mean though JXL does not have that data accesible quickly? | ||||||||
| ||||||||