1
0
Derivar 0
Creating photobook with python.
Ir para o ficheiro
Bertrand Benjamin b895f0048f Fix: add sep * weight-1 for layout 2023-11-26 15:28:35 +01:00
example Feat: add column ratio to grid_column 2022-07-07 06:43:02 +02:00
photobook Fix: add sep * weight-1 for layout 2023-11-26 15:28:35 +01: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>