1# Only important or pre-first run parameters are left in this global option file.
2# After the first run, all the parameters will be available in this global option file
3# or in a new local option file, depending on the MultiUser value below
4
5# Most of the options are modifiable through the Preference window
6
7[General]
8# Setting MultiUser to false will use the application's installation directory as cache directory,
9# which can be useful if you want to keep the application and all the cache data in a single place,
10# an external HD for example
11MultiUser=true
12# Windows users should not use the system theme : some composed widget won't be usable
13UseSystemTheme=false
14
15[File Browser]
16# Image filename extensions to be looked for, and their corresponding search state (0/1 -> skip/include)
17ParseExtensions=3fr;arw;arq;cr2;cr3;crf;crw;dcr;dng;fff;iiq;jpg;jpeg;kdc;mef;mos;mrw;nef;nrw;orf;pef;png;raf;raw;rw2;rwl;rwz;sr2;srf;srw;tif;tiff;x3f;
18ParseExtensionsEnabled=1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;1;0;1;1;1;1;1;1;1;1;1;1;1;
19
20[Output]
21PathTemplate=%p1/converted/%f
22
23[Profiles]
24# if this is set to a path of a custom program, it will receive the EXIFs as parameters and must generate a PP3 preset file for the given raw/JPG
25# Parameters: <Path to raw/JPG> <Path to default profile> <fNumber> <expose in seconds> <focal length in mm> <ISO> <Lens> <Camera>
26CustomProfileBuilder=
27
28# Set here an absolute or relative path (to the rawtherapee.exe file) to the directory containing your own profiles.
29# If MultiUser=true, each user will have their own "options" file, and can set a common or different absolu path
30#Directory=profiles
31
32# Uncomment and set UseBundledProfiles to false if you don't want to be polluted by RawTherapee's bundled profiles
33# Warning: if you don't set RawDefault and ImgDefault to one of your own profile, Internal values will be used instead
34#UseBundledProfiles=true
35
36# Default profile name (without extension) to use for raw images
37#RawDefault=${G}\\Default
38
39# Default profile name (without extension) to use for standard (8bits) images
40#ImgDefault=Neutral
41