-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
51 lines (34 loc) · 1.01 KB
/
config.ini
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
[General]
; Maximum amount of processing time to spend on a measurement
; before displaying "Not Detected" (in milliseconds).
Timeout=3000
[Markers]
; Marker color.
MarkerColor=#FF0000
; Marker diameter (in pixels).
MarkerSize=3
[Lines]
; Color of the line to use for each component, separated by a comma.
LineColors=#FFFFFF
; Line thickness (in pixels).
LineThickness=2
[Labels]
; Name of the components to measure, separated by a comma.
Labels=Pixels
; Label color.
LabelColor=#000000
; Label font size.
LabelSize=22
[Measurements]
; Gaussian blur intensity. The higher the value, the smoother the line.
LineSmoothing=4
; If true, snap endpoints to the first and last marker.
SnapEnabled=true
; Trim radius (in pixels). All pixels within this distance of
; the first and last markers will be removed prior to snapping.
TrimRadius=8
[Exports]
; Amount of padding to add to exported images (in pixels).
CropPadding=100
; If true, images will be exported as 8-bit PNG files to reduce file size.
CompressCroppedImages=true