Jeroen van Rijn
dd9fceaae1
Make progressive JPEGs return a proper error
...
Add progressive JPEG file to test suite and test that loading it returns the expected `Unsupported_Frame_Type` error.
This JPEG variant will hopefully be supported in the future, but we should at least return an error rather than use `unsupported()`.
2025-09-09 13:53:43 +02:00
Jeroen van Rijn
2f59e0175e
Address some naming issues
2025-09-08 17:44:58 +02:00
Jeroen van Rijn
14bf730a2c
Make _register contextless
2025-09-08 17:17:14 +02:00
IllusionMan1212
cb820eea4d
jpeg: extract Exif data
2025-09-08 17:13:03 +02:00
IllusionMan1212
57a92b14cc
jpeg: support images that encode zero-based component ids
2025-09-08 17:13:03 +02:00
Hisham Aburaqibah
694593c5f2
image/jpeg: more bounds checking and skip malformed APP0
...
Also increase the maximum huffman symbols to 176
2025-09-08 17:13:03 +02:00
Hisham Aburaqibah
8644f3beba
image/jpeg: better pack APP0 structs
2025-09-08 17:13:03 +02:00
Hisham Aburaqibah
a6f18c3367
image/jpeg: implement jpeg decoding for baseline and extended sequential jpegs
2025-09-08 17:12:58 +02:00