0

I have two image files, of equal width, which I would like to append, so that a 750 x 750 pixel file1 and 750 x 200 pixel file2 become a 750 x 950 pixel finalFile. How can I do this using python, preferably with PIL or pillow?

The actual task involves repeating this process to combine 20,000+ files, so manual is not an option.

AlbinoRhino
  • 467
  • 6
  • 23
  • Does this answer your question? [Combine several images horizontally with Python](https://stackoverflow.com/questions/30227466/combine-several-images-horizontally-with-python) – mkrieger1 Jul 20 '20 at 19:34
  • It should work in the same way vertically. – mkrieger1 Jul 20 '20 at 19:34

0 Answers0