Skip to content

A Python script to fit images into a desired frame size. Useful for printing photos without cropping images.

License

Notifications You must be signed in to change notification settings

Alberto-SM/photo-scaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

photo-scaler

A Python script to fit images into a desired frame size. Useful for printing photos without cropping images.

Required packages

  • pillow

How to use

  1. 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
  1. Execute the script.

About

A Python script to fit images into a desired frame size. Useful for printing photos without cropping images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages