-
Notifications
You must be signed in to change notification settings - Fork 0
/
minomax.config.json
141 lines (141 loc) · 3.17 KB
/
minomax.config.json
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
{
"encodeOptions": {
"cpuAllocation": 10,
"jpgEncodeOptions": {
"mozjpeg": {
"quality": 60,
"color_space": 3,
"auto_subsample": false,
"chroma_subsample": 4,
"progressive": true,
"smoothing": 0,
"quant_table": 2,
"trellis_multipass": true,
"trellis_opt_zero": true,
"trellis_opt_table": true,
"trellis_loops": 50,
"separate_chroma_quality": false,
"chroma_quality": 75
}
},
"webpEncodeOptions": {
"webp": {
"method": 6,
"quality": 50,
"alpha_compression": 1,
"alpha_quality": 100,
"alpha_filtering": 0,
"autofilter": 0,
"filter_strength": 0,
"filter_type": 0,
"filter_sharpness": 7,
"pass": 10,
"use_sharp_yuv": 0,
"sns_strength": 0,
"preprocessing": 1,
"segments": 4,
"partitions": 3
}
},
"avifEncodeOptions": {
"avif": {
"cqLevel": 35,
"subsample": 1,
"cqAlphaLevel": -1,
"chromaDeltaQ": true,
"sharpness": 0,
"denoiseLevel": 0,
"tune": 2,
"speed": 0
}
},
"svgOptions": {
"multipass": true,
"plugins": [
{
"name": "preset-default",
"params": {
"overrides": {
"removeDoctype": true,
"removeXMLProcInst": true,
"removeComments": true,
"removeMetadata": true,
"removeEditorsNSData": true,
"cleanupAttrs": true,
"mergeStyles": true,
"inlineStyles": true,
"minifyStyles": true,
"cleanupIds": true,
"removeUselessDefs": true,
"cleanupNumericValues": true,
"convertColors": true,
"removeUnknownsAndDefaults": true,
"removeNonInheritableGroupAttrs": true,
"removeUselessStrokeAndFill": true,
"removeViewBox": false,
"cleanupEnableBackground": true,
"removeHiddenElems": true,
"removeEmptyText": true,
"convertShapeToPath": true,
"moveElemsAttrsToGroup": true,
"moveGroupAttrsToElems": false,
"collapseGroups": true,
"convertPathData": true,
"convertEllipseToCircle": true,
"convertTransform": true,
"removeEmptyAttrs": true,
"removeEmptyContainers": true,
"mergePaths": true,
"removeUnusedNS": true,
"sortAttrs": true,
"sortDefsChildren": true,
"removeTitle": true,
"removeDesc": true
},
"floatPrecision": 1,
"transformPrecision": 0,
"leadingZero": false
}
},
{
"name": "cleanupListOfValues",
"params": {
"floatPrecision": 1,
"leadingZero": false
}
},
"removeRasterImages",
"reusePaths",
"removeScriptElement",
"removeOffCanvasPaths",
"removeDimensions"
]
}
},
"webdoc": {
"htmloptions": {
"removeComments": true,
"removeRedundantAttributes": true,
"collapseWhitespace": true,
"html5": true,
"minifyCSS": true,
"minifyJS": true,
"quoteCharacter": "'",
"removeEmptyAttributes": true,
"removeScriptTypeAttributes": true,
"removeStyleLinkTypeAttributes": true,
"removeTagWhitespace": true
}
},
"imageSetConfigurations": {
"screenSizes": {
"1X": 600,
"2X": 1080,
"3X": 1920,
"4X": 2560,
"5X": 3840
},
"upscaleLevel": "level2"
},
"destPath": "./dt"
}