Images 💾

Last commit ⭐

commit 82053da343de4951bb57863c9d023caa401b624c
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Sat Aug 10 13:46:50 2024 -0400
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Sun Aug 11 13:50:11 2024 -0400

    LibGfx/PNGWriter: Remove one output data copy
    
    Now that we do two passes, we can easily write into
    uncompressed_block_data directly.
    
    Somewhat surprisingly, this is perf-neutral.