aboutsummaryrefslogtreecommitdiff
path: root/etc/renrot.conf
blob: 08b87cf04ec3338555c3ef815401662f1960fd2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
#######################################################################
##
## This is configuration file for RenRot.
## See commented variables for defaults.
##
## NOTE: These variables can be overriden by command line options.
##

#######################################################################
#
# GENERAL SECTION
#

# Use IPC for execution external command
#use IPC		= No

# Use colorized output (not works under MS Windows)
#use color		= No

# Include color scheme
#include		= '~/.renrot/colors.conf'

# Include tags information.
#include		= '~/.renrot/tags.conf'

# Process files with or without mtime modification.
#mtime			= Yes

# Trimming rotated images when using jpegtran.
#trim			= Yes

# Template is used for file name building while renaming. Interpreted
# sequences are:
#	%%  a literal %
#	%C  numeric part of the original file name
#	%c  file order number in the processed file set
#	%d  day of the month (01-31)
#	%E  ExposureTime tag value if defined
#	%F  FNumber tag value if defined
#	%H  hour (00-23)
#	%I  ISO tag value if defined
#	%i  FileNumber tag if exists (otherwise, it'll
#	    be replaced by string "NA")
#	%M  minute (00-59)
#	%m  month (01-12)
#	%n  previous file name
#	%O  original file name without extension
#	%o  original file name
#	%S  second (00-59)
#	%W  WhiteBalance tag value if defined
#	%Y  year (1900, 1901, and so on)
#	%y  last two digits of year (00..99)
#
#name template		= '%Y%m%d%H%M%S'

#######################################################################
#
# KEYWORDS SECTION
#
# Whether to fill Keywords tag to the files (see option --keywords description
# in manual, for details)
#keywords		= No

# Whether to replace existing keywords with new ones, or add new ones
#keywords replace	= No

# Default name of the file with keywords set
#keywords file		= '.keywords'

#######################################################################
#
# AGGREGATION MODE SECTION
#
# Possible values are: none, delta or template.
#aggregation mode		= 'none'

# Template used for file aggregation. Interpreted sequences are:
#	%d  day of the month (01-31)
#	%H  hour (00-23)
#	%M  minute (00-59)
#	%m  month (01-12)
#	%S  second (00-59)
#	%Y  year (1900, 1901, and so on)
#	%y  last two digits of year (00..99)
#aggregation template		= '%Y%m%d'

# Delta interval in seconds for simple aggregation.
#aggregation delta		= 900

# Counterless aggregation directory name.
#aggregation directory		= 'Images'

# To run virtualized aggregation (see documentation).
#aggregation virtual		= No

#######################################################################
#
# CONTACT SHEET GENERATOR SECTION
#

#contact sheet			= No
#contact sheet dir		= 'Contact.Sheet'

# Template can be used for file name generation
#contact sheet file		= 'cs-%c.jpg'

## look ImageMagick documentation for montage options:
# montage --help
# http://www.imagemagick.org/
#
#contact sheet tile		= '7x5'
#contact sheet title		= 'Default Contact Sheet Title'
#contact sheet label		= '%t'
#contact sheet frame		= '3'
#contact sheet pointsize	= '11'
#contact sheet shadow		= Yes
#contact sheet thm text		= 'thumbnail\n\nNA'

## Colors:
# to list predefined color names use
# convert -list color
#
# NOTE: do not put "#", it'll be concatenated automatically
#
#contact sheet background 	= 'FFF'
#contact sheet bordercolor	= 'DDD'
#contact sheet mattecolor	= 'CCC'
#contact sheet fill		= '000'
#contact sheet thm fill		= 'gray34'
#contact sheet thm grad fr	= 'FFFFFF'
#contact sheet thm grad to	= '909090'

## Fonts:
# 1. to list the TrueType and Postscript Type 1 fonts use
#    convert -list type
# 2. as well you can use the font names listed by
#    xlsfonts
# 3. and you can specify the full pathname to the actual
#    font file itself.
# 4. to know info about the font you can use
#    display fontname.ext
#
# NOTE: font 'Helvetica' is ghostscript font, MS users
#       can try with Arial
#
#contact sheet font		= 'Helvetica'
#contact sheet thm font		= 'Helvetica'

## Ranking:
#
#contact sheet rank		= No
#contact sheet rank file	= '.rank'

## The generated thumbnail geometry
#generate thumbnail size	= '160x120'

Return to:

Send suggestions and report system problems to the System administrator.