updated comment

This commit is contained in:
skunkworxdark 2023-12-12 14:02:28 +00:00 committed by Kent Keirsey
parent a64ced7b29
commit 9620f9336c

View File

@ -191,8 +191,7 @@ def calc_tiles_min_overlap(
assert min_overlap < tile_height
assert min_overlap < tile_width
# catches the cases when the tile size is larger than the images size and just clips the number of tiles to 1
# catches the cases when the tile size is larger than the images size and adjusts the tile size
if image_width < tile_width:
tile_width = image_width