-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathext_conf_template.txt
47 lines (44 loc) · 2.57 KB
/
ext_conf_template.txt
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
# cat=jpg/Binary/2000; type=string; label=Binary
jpgBinary = jpegoptim
# cat=jpg/Upload/2010; type=boolean; label=Activate for upload
jpgOnUpload = 0
# cat=jpg/Processing/2020; type=boolean; label=Activate for processing (after crop,scale, ...)
jpgOnProcessing = 0
# cat=jpg/Upload/2030; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
jpgParametersOnUpload = --strip-all %s
# cat=jpg/Processing/2040; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
jpgParametersOnProcessing = --strip-all %s
# cat=jpg/check/2050; type=user[Lemming\Imageoptimizer\ExtensionConfiguration\ConfigurationTest->testCommand]; label=Test commands
jpgCheck = jpg
# cat=png/Binary/2100; type=string; label=Binary
pngBinary = optipng
# cat=png/Upload/2110; type=boolean; label=Activate for upload
pngOnUpload = 0
# cat=png/Processing/2120; type=boolean; label=Activate for processing (after crop,scale, ...)
pngOnProcessing = 0
# cat=png/Upload/2130; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
pngParametersOnUpload = -o2 %s
# cat=png/Processing/2140; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
pngParametersOnProcessing = -o2 %s
# cat=png/check/2150; type=user[Lemming\Imageoptimizer\ExtensionConfiguration\ConfigurationTest->testCommand]; label=Test commands
pngCheck = png
# cat=gif/Binary/2200; type=string; label=Binary
gifBinary = gifsicle
# cat=gif/Upload/2210; type=boolean; label=Activate for upload
gifOnUpload = 0
# cat=gif/Processing/2220; type=boolean; label=Activate for processing (after crop,scale, ...)
gifOnProcessing = 0
# cat=gif/Upload/2230; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
gifParametersOnUpload = --batch -O2 %s
# cat=gif/Processing/2240; type=string; label=Parameters for processing after crop,scale,... (%s will be replaced with filepath)
gifParametersOnProcessing = --batch -O2 %s
# cat=gif/check/2250; type=user[Lemming\Imageoptimizer\ExtensionConfiguration\ConfigurationTest->testCommand]; label=Test commands
gifCheck = gif
# cat=svg/Binary/2300; type=string; label=Binary
svgBinary = svgo
# cat=svg/Upload/2310; type=boolean; label=Activate for upload
svgOnUpload = 0
# cat=svg/Upload/2330; type=string; label=Parameters for processing on upload (%s will be replaced with filepath)
svgParametersOnUpload = --pretty %s
# cat=svg/check/2340; type=user[Lemming\Imageoptimizer\ExtensionConfiguration\ConfigurationTest->testCommand]; label=Test commands
svgCheck = svg