Split 'picture' settings into two tabs to make more space available

This commit is contained in:
Balthasar Reuter
2018-07-30 17:21:55 +02:00
parent 81a8d205bd
commit f99a7ff13d
3 changed files with 56 additions and 47 deletions

View File

@@ -62,10 +62,6 @@ postprocess_time = 60
overwrite_error_message =
[Picture]
# Basedir of output pictures
basedir = %Y-%m-%d
# Basename of output pictures
basename = photobooth
# Number of pictures in horizontal direction
num_x = 2
# Number of pictures in vertical direction
@@ -78,9 +74,15 @@ size_y = 2362
min_dist_x = 20
# Minimum distance between thumbnails in vertical direction
min_dist_y = 20
# Keep single pictures (True/False)
keep_pictures = False
# Leave out last picture, e.g. for a logo (True/False)
skip_last = False
# Specify background image (filename, optional)
background =
background =
[Storage]
# Basedir of output pictures
basedir = %Y-%m-%d
# Basename of output pictures
basename = photobooth
# Keep single pictures (True/False)
keep_pictures = False