image/jpeg: implement jpeg decoding for baseline and extended sequential jpegs

This commit is contained in:
Hisham Aburaqibah
2025-09-08 17:12:58 +02:00
committed by Jeroen van Rijn
parent d704c45c24
commit a6f18c3367
5 changed files with 1089 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
package jpeg
load :: proc{load_from_bytes, load_from_context}