From cc3f1c6905453b6db9f4c3346c32de4a8243cd9b Mon Sep 17 00:00:00 2001 From: Shy Date: Sun, 8 Feb 2026 10:33:29 -0500 Subject: cleanup --- imgutils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'imgutils.py') diff --git a/imgutils.py b/imgutils.py index 955cf8f..0835c38 100644 --- a/imgutils.py +++ b/imgutils.py @@ -116,8 +116,7 @@ def convert_rgba(im): def convert_chapter(cache_key, images, output_folder): - # TODO: for non-long strips, stack horizontally - # Limit height to + # TODO: for non-long strips, stack horizontally (?) cache_folder = os.path.join(IMAGE_CACHE, cache_key) -- cgit v1.2.3