This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
make_passport_sheet.py | |
Create a 10 × 15 cm print sheet containing six German-passport-size photos | |
(35 mm × 45 mm) from a square 2 × 2-inch source image. | |
Usage: | |
python make_passport_sheet.py input.jpg output.jpg --dpi 300 | |
""" |
OlderNewer