Loading src/yapsut/collate_images.py +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ def collate_images_r2_c2(image1_path, image2_path, image3_path, image4_path, out # 5. Paste the fourth image right next to it (coordinates 0, height1) new_image.paste(img3, (hwidth, hheight)) new_image.paste(img4, (hwidth, hheight)) # 7. Save the combined result as a new PNG new_image.save(output_path, format='PNG') Loading Loading
src/yapsut/collate_images.py +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ def collate_images_r2_c2(image1_path, image2_path, image3_path, image4_path, out # 5. Paste the fourth image right next to it (coordinates 0, height1) new_image.paste(img3, (hwidth, hheight)) new_image.paste(img4, (hwidth, hheight)) # 7. Save the combined result as a new PNG new_image.save(output_path, format='PNG') Loading