-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFilterForgeBatchTemplate.xml
61 lines (61 loc) · 1.92 KB
/
FilterForgeBatchTemplate.xml
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
<?xml version="1.0" encoding="utf-8"?>
<Tasks>
<Task>
<Image value="img.jpg" />
<Selection value="" />
<Result path="ff_output\img_out.png" format="PNG" />
<Filter value="Library.ffxml" />
<Preset value="1" />
</Task>
<GlobalSettings>
<RenderingOptions>
<UseMultithreading value="true" />
<Dither value="true" />
<Progressive value="false" />
<OptimizeBlurs value="true" />
<AntiAliasBitmapComponentSources value="false" />
<Jitter value="0" />
<TemporaryFilesLocation value="C:\Windows\Temp" />
<RAMUsageLimit value="77" />
<NormalMapFlipY value="false" />
</RenderingOptions>
<BitmapFormatOptions>
<DefaultFormat value="PNG" />
<BMP>
<BitDepth value="32" />
<FlipRowOrder value="false" />
</BMP>
<JPG>
<Quality value="98" />
<FullPrecision value="true" />
</JPG>
<TIF>
<BitDepth value="8" />
<FloatFormat value="false" />
<IncludeTransparency value="false" />
<ImageCompression value="NONE" />
</TIF>
<TGA>
<BitDepth value="32" />
<IncludeTransparency value="true" />
<FlipRowOrder value="false" />
</TGA>
<PNG>
<BitDepth value="16" />
<IncludeTransparency value="true" />
<ImageCompression value="NONE" />
</PNG>
<EXR>
<BitDepth value="32" />
<IncludeTransparency value="true" />
<ImageCompression value="PIZ" />
<FlipRowOrder value="false" />
</EXR>
<PFM />
</BitmapFormatOptions>
<Gamma>
<GammaValue value="2.2" />
<GammaCorrection value="true" />
</Gamma>
</GlobalSettings>
</Tasks>