Images 💾

Last commit ⭐

commit a2955501d3d1a3da08db2c6684d9cf9f776726bf
Author:     Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Fri Jul 21 14:48:11 2023 -0400
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Fri Jul 21 22:25:56 2023 -0400

    LibGfx/JPEGXL: Don't decode the header twice
    
    This is something I missed when I ported the JPEG XL decoder to the new
    plugin interface (decoding the header at creation). First sorry because
    that's entirely my fault, second sorry because a test should have caught
    that.