mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibGfx/JBIG2Loader: Add a short comment with spec history
I found this interesting, and it also explains e.g. why some of the step numbers in 6.4 Text Region Decoding Procedure are off -- they added step 3) for COLEXTFLAG and forgot to update step references to later steps.
This commit is contained in:
parent
d37c0a2cab
commit
5a43fc83bd
Notes:
sideshowbarker
2024-07-17 02:28:18 +09:00
Author: https://github.com/nico
Commit: 5a43fc83bd
Pull-request: https://github.com/SerenityOS/serenity/pull/23740
Reviewed-by: https://github.com/trflynn89
1 changed files with 11 additions and 0 deletions
|
@ -14,6 +14,17 @@
|
|||
// https://www.itu.int/rec/T-REC-T.88-201808-I
|
||||
// Annex H has a datastream example.
|
||||
|
||||
// That spec was published in 2018 and contains all previous amendments. Its history is:
|
||||
// * 2002: Original spec published, describes decoding only. Has generic regions,
|
||||
// symbol regions, text regions, halftone regions, and pattern regions.
|
||||
// * 2003: Amendment 1 approved. Describes encoding. Not interesting for us.
|
||||
// * 2004: (Amendment 1 erratum 1 approved. Not interesting for us.)
|
||||
// * 2003: Amendment 2 approved. Added support for EXTTEMPLATE.
|
||||
// * 2011: Amendment 3 approved. Added support for color coding
|
||||
// (COLEXTFLAG, CPCOMPLEN, CPDEFCOLS, CPEXCOLS, CPNCOMP, CPNVALS, GBCOLS,
|
||||
// GBCOMBOP, GBFGCOLID, SBCOLS, SBCOLSECTSIZE and SBFGCOLID).
|
||||
// This history might explain why EXTTEMPLATE and colors are very rare in practice.
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
namespace JBIG2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue