Images 💾

Last commit ⭐

commit 9b4aabbcf9229eadd9c971ec5eb1b9c7fcd99c55
Author:     MacDue <macdue@dueutil.tech>
AuthorDate: Sun May 15 13:19:11 2022 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Tue May 17 01:01:44 2022 +0200

    PixelPaint: Allow configuring 'new image' defaults
    
    This allows you to configure the default name, width, and height of
    the 'new image' dialog. This is done by editing the config in
    ~/.config/PixelPaint.ini (no GUI at the moment).
    
    Fixes #13967