~thedsweb/easyphoto/experimental

« back to all changes in this revision

Viewing changes to easyphoto.conf

  • Committer: Dominik Brämer
  • Date: 2014-07-31 09:22:19 UTC
  • Revision ID: dominik@thedscomputer-20140731092219-s1fukxb0q1z4iawp
pre-release version c 1.15.22

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  easyphoto configuration file
 
2
 
3
#  Posible configurations:
 
4
#
 
5
#  Binning Factor:
 
6
#    Through the binning parameter it is
 
7
#    possible to adjust the intensity of denoising
 
8
#    which is used during the normal processing.
 
9
#    Through the binning_anoise parameter it is
 
10
#    possible to adjust the intensity of the 
 
11
#    denoising during denoising-mode.
 
12
#    You have the choicse between the following
 
13
#    settings:
 
14
#
 
15
#    binning=[none|dynamic|2|3]
 
16
#    binning_anoise=[dynamic|2|3]
 
17
#
 
18
#  none:
 
19
#    The denoising is completly disabled
 
20
#  
 
21
#  dynamic:
 
22
#    Denoising is applied when it is necessary.
 
23
#    The requiered binning factor is recalculated 
 
24
#    for each image. This serves that due to the 
 
25
#    binning the image size is not too small.
 
26
#
 
27
#  2 or 3:
 
28
#    Denoising is applied when it is necessary.
 
29
#    The requiered binning factor is static.
 
30
#
 
31
#  Binning ppi reference value:
 
32
#    Through the binning_ppi parameter it is 
 
33
#    possible to affect the minimum size of an
 
34
#    image which is processed with binning.
 
35
#    A higher value causes that the images are less
 
36
#    reduced and less denoised.
 
37
#    A smaller value causes that the images are more
 
38
#    reduced and more denoised.
 
39
#    It should be noted that this value is only 
 
40
#    used for the dynamc binning.
 
41
#
 
42
#    binning_ppi=[250-600]
 
43
#
 
44
#  Examples with 300 ppi:
 
45
#    
 
46
#    Resolution (4:3) | dynamic   | 2         | 3
 
47
#    2080x1560        | 2080x1560 | 1040x780  | 693x520
 
48
#    3648x2736        | 2271x1703 | 1824x1368 | 1216x912
 
49
#    5344x4008        | 2271x1703 | 2672x2004 | 1781x1336
 
50
#
 
51
#    Resolution (3:2) | dynamic   | 2         | 3
 
52
#    2268x1512        | 2268x1512 | 1134x756  | 756x504
 
53
#    3504x2336        | 2362x1575 | 1752x1168 | 1168x779
 
54
#    5184x3456        | 2362x1575 | 2592x1728 | 1728x1152
 
55
#
 
56
#    Resolution (16:9) | dynamic   | 2         | 3
 
57
#    1920x1080         | 1920x1080 | 960x540   | 640x360
 
58
#    3840x2160         | 2474x1392 | 1920x1080 | 1280x720
 
59
#    4224x2376         | 2474x1392 | 2112x1188 | 1408x792
 
60
#
 
61
#  Parallel Processing:
 
62
#    Through the parallel_processing parameter it is 
 
63
#    possible to deactivate parallel processing.
 
64
#
 
65
#    parallel_processing=[true|false]
 
66
#
 
67
#  Jpeg Quality:
 
68
#    Through the quality parameter it is possible to
 
69
#    adjust the jpeg quality.
 
70
#
 
71
#    quality=[1-100]
 
72
#
 
73
#  To reset all values to default delete the 
 
74
#  config file and restart easyphoto.
 
75
#
 
76
#  Attention leave no spaces before or after the equal sign
 
77
binning=dynamic
 
78
binning_ppi=300
 
79
binning_anoise=2
 
80
parallel_processing=true
 
81
quality=90