Images 💾

Last commit ⭐

commit 7096ea82f9cbde709f1c3db6e0e74f737f197d06
Author:     Tim Ledbetter <timledbetter@gmail.com>
AuthorDate: Wed Oct 25 21:52:26 2023 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Thu Oct 26 08:39:26 2023 +0200

    LibGfx: Use `count_leading_zeroes` to calculate nearest power of 2
    
    This removes the possibility of an infinite loop.