Creating photobook with python.
Go to file
Bertrand Benjamin 27e5c52548 Feat: add a gitignore 2022-07-05 07:08:42 +02:00
example Feat: add exemple 2022-07-05 07:07:39 +02:00
photobook Feat: add part of text in one_centered 2022-07-05 07:07:08 +02:00
.gitignore Feat: add a gitignore 2022-07-05 07:08:42 +02:00
README.md Feat: clean 2020-08-06 21:02:40 +02:00
requirement.txt Feat: import original work 2020-06-26 17:05:17 +02:00
setup.py Feat: clean 2020-08-06 21:02:40 +02:00

README.md

Photobook

Install

pip install photobook

Notes

Crooping a image to get the larger square on the middle

convert <source> -gravity center -crop `identify -format "%[fx:min(w,h)]x%[fx:min(w,h)]+0+0" rose:` +repage <cible>