Images 💾

Last commit ⭐

commit 0a4f8736e3475e62add3d787102f8ee13759d34c
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Tue Aug 13 09:04:50 2024 -0400
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Thu Aug 15 06:35:48 2024 -0400

    LibGfx/PNGWriter: Add support for inter-frame compression of apngs
    
    Brings wow.apng from 1.2M to 606K, while reducing encoding time from
    233 ms to 167 ms.
    
    (For comparison, writing wow.webp currently takes 88ms and produces
    a 255K file. The input wow.gif is 184K.)