Split 'picture' settings into two tabs to make more space available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user