44 lines
920 B
Plaintext
44 lines
920 B
Plaintext
[sigal]
|
|
|
|
# All configuration values have a default; values that are commented out serve
|
|
# to show the default. Default values are specified when modified in this
|
|
# example config file
|
|
|
|
# theme :
|
|
# - default, galleria, or the path to a custom theme directory
|
|
# theme = default
|
|
|
|
# size of resized image
|
|
# img_size = 640x480
|
|
|
|
# generate thumbnails
|
|
# make_thumbs = 1
|
|
|
|
# subdirectory of the thumbnails
|
|
# thumb_dir = thumbnails
|
|
|
|
# prefix and/or suffix for thumbnail names (default: '')
|
|
# thumb_prefix =
|
|
thumb_suffix = .tn
|
|
|
|
# thumbnail size (default: 150x112)
|
|
thumb_size = 200x150
|
|
|
|
# crop the image to fill the box
|
|
# thumb_fit = 1
|
|
|
|
# keep original image (default: 0)
|
|
keep_orig = 1
|
|
|
|
# subdirectory for original images
|
|
# orig_dir = original
|
|
|
|
# jpeg quality
|
|
# jpg_quality = 90
|
|
|
|
# keep exif metadatas in output image (default: 0)
|
|
exif = 1
|
|
|
|
# add a copyright text on the image (default: '')
|
|
copyright = An example copyright message
|