Feat: clean
This commit is contained in:
parent
c4993811de
commit
2633a9829e
@ -1,10 +1,12 @@
|
|||||||
# 3ans à Mayotte
|
# Photobook
|
||||||
|
|
||||||
Sources pour faire l'album photo des 3ans passé à Mayotte.
|
## Install
|
||||||
|
|
||||||
|
pip install photobook
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
Crop une image avec le plus grand carré possible au milieu
|
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>
|
convert <source> -gravity center -crop `identify -format "%[fx:min(w,h)]x%[fx:min(w,h)]+0+0" rose:` +repage <cible>
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='photobook',
|
name='photobook',
|
||||||
version='1.0',
|
version='0.9',
|
||||||
description='Built photobook with python',
|
description='Built photobook with python',
|
||||||
author='Benjamin Bertrand',
|
author='Benjamin Bertrand',
|
||||||
author_email='benjamin.bertrand@opytex.org',
|
author_email='benjamin.bertrand@opytex.org',
|
||||||
|
Loading…
Reference in New Issue
Block a user