Images 💾

Last commit ⭐

commit f5e7ee8d4a0433103d6269e57197bf24127bd4b7
Author:     Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Sun Feb 11 23:14:44 2024 -0500
Commit:     Jelle Raaijmakers <jelle@gmta.nl>
CommitDate: Tue Feb 13 00:37:06 2024 +0100

    LibGfx/CCITT: Don't be fooled by black-starting lines
    
    The first marker is always white in CCITT streams, so lines starting
    with a black pixel encodes a symbol meaning 0 white pixels. Then, the
    decoding would proceed with a black symbol. We used to set the symbol's
    color based on `column == 0`, which is wrong in this situation.