change params management, replace ConfigObj by ConfigParser

This commit is contained in:
Simon
2011-04-12 00:15:56 +02:00
parent 5fd0c545a9
commit 4db182c4a1
6 changed files with 105 additions and 98 deletions

19
test/sigal.conf Normal file
View File

@@ -0,0 +1,19 @@
[sigal]
# size of resized image
img_size = 640x480
# prefix for thumbnails name
thumb_prefix = TN-
# thumbnail size
thumb_size = 150x112
# keep big image
big_img = 1
# generate squared thumbnails
square_thumb = 1
# jpeg quality
jpg_quality = 90
# keep exif metadatas in output image
exif = 1
# add a copyright text on the image
copyright = 1