#
# CONFIGURATION-FILE: PICTURES-GALLERY »KOBOLD«
# ENGLISH

# LOGO: Name of picture file; supported picture formats: GIF, JPEG und PNG
GALLERY_PICTURE_LOGO='logo.gif'

# Picture-size (Pixel) aspect ratio  4:3 -> 640x480  800x600 1200x900
# Width x Height       aspect ratio 16:9 -> 800x450 1200x675 1600x900
# PICTURE_TARGET_WIDTH -> Numbers: 100 ... 4000; Default: 800
PICTURE_TARGET_WIDTH=800
# PICTURE_TARGET_HEIGHT -> Numbers: 100 ... 3000; Default: 600
PICTURE_TARGET_HEIGHT=600

# Thumbnail-size (Pixel) aspect ratio  4:3 -> 100x75 100x75 120x90
# Width x Height         aspect ratio 16:9 -> 133x75 120x68 160x90
# THUMBNAIL_TARGET_WIDTH -> Numbers: 10 ... 999; Default: 100
THUMBNAIL_TARGET_WIDTH=100
# THUMBNAIL_TARGET_HEIGHT -> Numbers: 10 ... 999; Default: 75
THUMBNAIL_TARGET_HEIGHT=75
