diff options
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/setup.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 80d04da..72ce9dd 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -34,6 +34,7 @@ <!-- default sizes of thumbnail and preview images --> <thumbnail landscape_w="180" landscape_h="120" portrait_w="120" portrait_h="180" + square="180" quality="80" /> <preview landscape_w="900" landscape_h="600" portrait_w="500" portrait_h="750" @@ -70,6 +71,12 @@ <!-- %d is optional, denotes item index in the album --> <!-- this also avoids conflicts with identical names --> <thumbnail_name_format>thn_%d_%s</thumbnail_name_format> + + <!-- Make thumbnails squared, crop in different ways: --> + <!-- none - no squared thumbnails, retain previous behaviour (default) --> + <!-- simple - crop from center, shave 5% from borders --> + <!-- ... more to come! (looking for a fast and clever algorithm) --> + <squared_thumbnails type="none" /> </images> <meta> |
