croptool

Image cropping tool
git clone git://lumidify.org/croptool.git (fast, but not encrypted)
git clone https://lumidify.org/git/croptool.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit bec9b79f432571ee583f444a974617abda52f774
parent b4e5a51cc9a504d4386fe372378826d561babad4
Author: lumidify <nobody@lumidify.org>
Date:   Sat,  6 Mar 2021 08:16:00 +0100

Remove double buffering from todo list

Diffstat:
MTODO | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/TODO b/TODO @@ -1,5 +1,3 @@ * Proper path handling (allow paths including "'", etc.) -* Double-buffering * Draw pixmap on exposure events instead of doing the - expensive image resizing each time (goes hand-in-hand - with double-buffering) + expensive image resizing each time