Tests/LibGfx: Add a simple test jbig2 file

I created this by running

    jbig2 -i Tests/LibGfx/test-inputs/bmp/bitmap -f bmp -o bitmap -F jb2

using the `jbig2` tool whose source code is in the zip file here:
https://www.itu.int/rec/T-REC-T.88-201808-I

(Just `make jbig2` in Software/JBIG2_SampleSoftware-A20180829/source
was enough to build it.)

As far as I can tell (cf `JBIG2_EncMain()` which always writes `1`
to the flags byte in the file header), this tool always writes files
in the sequential organization.
This commit is contained in:
Nico Weber 2024-03-03 20:57:18 -05:00 committed by Andreas Kling
parent b1fdc33a22
commit bd60d1db7e
Notes: sideshowbarker 2024-07-17 20:19:08 +09:00

Binary file not shown.