do caption copy for both flips

master
DepFA 3 years ago committed by GitHub
parent 55d8c6cce6
commit 858462f719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ def preprocess_work(process_src, process_dst, process_width, process_height, pre
subindex[0] += 1
def save_pic(image, index, existing_caption=None):
save_pic_with_caption(image, index)
save_pic_with_caption(image, index, existing_caption=existing_caption)
if process_flip:
save_pic_with_caption(ImageOps.mirror(image), index, existing_caption=existing_caption)

Loading…
Cancel
Save