21 lines
384 B
Plaintext
21 lines
384 B
Plaintext
|
|
[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
|
|
bigimg_dir = pwg_high
|
|
# 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 = "the copyright msg"
|