summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShy <[email protected]>2026-02-08 10:33:29 -0500
committerShy <[email protected]>2026-02-08 10:33:29 -0500
commitcc3f1c6905453b6db9f4c3346c32de4a8243cd9b (patch)
treebc2f066af38d47a8ea10ed66214840dcb699dabf
parentafa742a234684ecc5ca2e132ad3c049db4bba42d (diff)
downloadyuri.directory-cc3f1c6905453b6db9f4c3346c32de4a8243cd9b.tar.xz
yuri.directory-cc3f1c6905453b6db9f4c3346c32de4a8243cd9b.zip
cleanupHEADmaster
-rw-r--r--bake.py2
-rw-r--r--imgutils.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/bake.py b/bake.py
index 3a10cbf..c0bdfb0 100644
--- a/bake.py
+++ b/bake.py
@@ -131,8 +131,6 @@ def create_index(directory):
index.append(series_data)
i += 1
- # if i > 100:
- # break
return index
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)