Commit 79b17e17 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 6176f18a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')