aboutsummaryrefslogtreecommitdiff
path: root/renrot.rc
blob: 2c8ee3514b0f2dc15929c7471855976f5ccf97ce (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
#
## Template is used for file name building while renaming.
#

# Interpreted sequences are:
#	%%  a literal %
#	%c  file order number in the processed file set
#	%d  day of the month (01-31)
#	%E  ExposureTime tag value if defined, otherwise E
#	%F  FNumber tag value if defined, otherwise F
#	%H  hour (00-23)
#	%I  ISO tag value if defined, otherwise I
#	%i  FileNumber tag if exists (otherwise, it'll be replaced by string "NA")
#	%M  minute (00-59)
#	%m  month (01-12)
#	%S  second (00-59)
#	%W  WhiteBalance tag value if defined, otherwise W
#	%Y  year (1900, 1901, and so on)
#	%y  last two digits of year (00..99)
#$NameTemplate  = '%Y%m%d%H%M%S';

#
## the commentary to put to UserComment tag
#

#$COMMENTARY    = <<__COMMENTARY__;
#
#This image was shot by HERE-IS-YOUR-NAME for private purposes
#and is copyrighted by him (me). The copyright is governed by
#copyright laws. This image cannot be copied in any form
#without prior written permission from HERE-IS-YOUR-NAME.
#However, this copyright notice gives you permission to link
#to the image.
#
#This image is NOT a public domain!!! Unauthorized usage
#definetely PROHIBITED!
#
#You can use this image anyhow ONLY if you have received the
#assignment of permition to use from HERE-IS-YOUR-NAME.
#
#__COMMENTARY__

#
## XMP tags
#

#$CiAdrCity 	= 'Here Is Your City';
#$CiAdrCtry 	= 'Here Is Your Country';
#$CiAdrExtadr 	= 'Here Is Your Apartments';
#$CiAdrPcode 	= 'Here Is Your Zip Code';
#$CiAdrRegion 	= 'Here Is Your Region';
#$CiEmailWork 	= 'Here Is Your Email';
#$CiTelWork 	= 'Here Is Your Phone';
#$CiUrlWork 	= 'Here Is Your URL';

Return to:

Send suggestions and report system problems to the System administrator.