Removed print statement

This commit is contained in:
laser 2024-07-19 22:02:53 +00:00
parent 15f58f829e
commit 7d2d0b483f
1 changed files with 0 additions and 2 deletions

View File

@ -146,8 +146,6 @@ if __name__ == '__main__':
pool.join()
i = 0
print(picture_segments)
new_im = Image.new('RGB', (int(width_segments_count*PIXELS_TO_FILL_WIDTH*FILLING_QUALITY), int(height_segments_count*PIXELS_TO_FILL_HEIGHT*FILLING_QUALITY)))
for segment in picture_segments:
new_im.paste(segment, (0, int(i*PIXELS_TO_FILL_HEIGHT*FILLING_QUALITY*working_length)))