mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibGfx/TIFF+CCITT: Start to decode CCITT Group 3 images
We currently only support 1D Group 3, but that's a start. The test case was generated with GIMP (it happens to be 1D by chance).
This commit is contained in:
parent
1cc10a6245
commit
75d87ccf5f
5 changed files with 66 additions and 0 deletions
|
@ -45,4 +45,6 @@ struct Group3Options {
|
|||
UseFillBits use_fill_bits = UseFillBits::No;
|
||||
};
|
||||
|
||||
ErrorOr<ByteBuffer> decode_ccitt_group3(ReadonlyBytes bytes, u32 image_width, u32 image_height, Group3Options const& options);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue