From 5695acf3280ea4e44d0edd2f3b1f57bef6ec7d31 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 18 Apr 2024 20:00:46 -0400 Subject: [PATCH] LibGfx/JPEG2000: Add comment mentioning J.10 --- Userland/Libraries/LibGfx/ImageFormats/JPEG2000Loader.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Userland/Libraries/LibGfx/ImageFormats/JPEG2000Loader.cpp b/Userland/Libraries/LibGfx/ImageFormats/JPEG2000Loader.cpp index 85740bbe843..87fea74f8cc 100644 --- a/Userland/Libraries/LibGfx/ImageFormats/JPEG2000Loader.cpp +++ b/Userland/Libraries/LibGfx/ImageFormats/JPEG2000Loader.cpp @@ -15,6 +15,9 @@ // Core coding system spec (.jp2 format): T-REC-T.800-201511-S!!PDF-E.pdf available here: // https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-T.800-201511-S!!PDF-E&type=items +// There is a useful example bitstream in the spec in: +// J.10 An example of decoding showing intermediate + // Extensions (.jpx format): T-REC-T.801-202106-S!!PDF-E.pdf available here: // https://handle.itu.int/11.1002/1000/14666-en?locatt=format:pdf&auth