more ctf stuff

This commit is contained in:
2025-09-20 21:10:36 +02:00
parent 443a793e6b
commit e0ed1e486b
92 changed files with 14630 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ def cutPieces(image_path, output_name_scheme):
cell_height = height // 3
# Split the original image into 9 pieces
for i in range(16):
for i in range(9):
# Calculate the coordinates of the current grid cell
x1 = (i % 3) * cell_width
y1 = (i // 3) * cell_height