Creating photobook with python.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Bertrand Benjamin 8d8db8d3b1 Fix: alignement with layout 3 weeks ago
example Feat: add column ratio to grid_column 1 year ago
photobook Fix: alignement with layout 3 weeks ago
.gitignore Feat: add a gitignore 1 year ago
README.md Feat: clean 3 years ago
requirement.txt Feat: import original work 3 years ago
setup.py Feat: clean 3 years ago

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>