A Python script to fit images into a desired frame size. Useful for printing photos without cropping images.
- pillow
- Modify the following lines in the script to fit your input and output folder, and the final shape of the images you need.
input_folder = "./input_folder"
output_folder = "./output_folder"
target_height_cm = 11
target_width_cm = 15
- Execute the script.