This repository was archived by the owner on Jul 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper_config.yaml
More file actions
40 lines (39 loc) · 1.67 KB
/
developer_config.yaml
File metadata and controls
40 lines (39 loc) · 1.67 KB
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
gui:
title: "Consistent Image Measurement Tool" # (default: "Consistent Image Measurement Tool")
icon: images/application_icon.png # (default: "icon.png")
style: WindowsVista # Options: "Fusion", "Windows", "WindowsVista" (default: "WindowsVista")
tool_bar:
icon_width: 32 # (default: 32)
icons:
draw_line: images/draw_line.png # (default: "draw_line.png")
file_handling:
# File formats supported by OpenCV (https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html)
# (default:
# [
# "All image files (*.png; *.jpeg; *.jpg; *.jpe; *.jp2; *.exr; *.pbm; *.pgm; *.ppm; *.hdr; *.pic; *.sr; *.ras; *.tiff; *.tif; *.webp; *.bmp; *.dib)",
# "Portable Network Graphics (*.png)",
# "JPEG (*.jpeg; *.jpg; *.jpg)",
# "JPEG 2000 (*.jp2)",
# "OpenEXR (*.exr)",
# "Portable image format (*.pbm; *.pgm; *.ppm)",
# "Radiance HDR (*.hdr; *.pic)",
# "Sun rasters (*.sr; *.ras)",
# "TIFF (*.tiff; *.tif)",
# "WebP (*.webp)",
# "Windows bitmaps (*.bmp; *.dib)",
# ]
# )
image_formats:
[
"All image files (*.png; *.jpeg; *.jpg; *.jpe; *.jp2; *.exr; *.pbm; *.pgm; *.ppm; *.hdr; *.pic; *.sr; *.ras; *.tiff; *.tif; *.webp; *.bmp; *.dib)",
"Portable Network Graphics (*.png)",
"JPEG (*.jpeg; *.jpg; *.jpe)",
"JPEG 2000 (*.jp2)",
"OpenEXR (*.exr)",
"Portable image format (*.pbm; *.pgm; *.ppm)",
"Radiance HDR (*.hdr; *.pic)",
"Sun rasters (*.sr; *.ras)",
"TIFF (*.tiff; *.tif)",
"WebP (*.webp)",
"Windows bitmaps (*.bmp; *.dib)",
]