File: supported_extensions.cmake

package info (click to toggle)
darktable 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 62,864 kB
  • sloc: ansic: 361,898; cpp: 102,446; xml: 19,813; lisp: 14,539; sh: 3,771; javascript: 3,264; perl: 1,925; python: 1,485; ruby: 975; makefile: 543; asm: 46; sql: 38; awk: 21
file content (61 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
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
#
# file extensions supported by this build. this is used both inside dt as well as for the Windows installation.
#
set(DT_SUPPORTED_EXTENSIONS
    "3fr"
    "ari"
    "arw"
    "bay"
    "bmq"
    "cap"
    "cine"
    "cr2"
    "crw"
    "cs1"
    "dc2"
    "dcr"
    "dng"
    "erf"
    "fff"
    "gpr"
    "hdr"
    "ia"
    "iiq"
    "jfif"
    "jpeg"
    "jpg"
    "k25"
    "kc2"
    "kdc"
    "mdc"
    "mef"
    "mos"
    "mrw"
    "nef"
    "nrw"
    "orf"
    "ori"
    "pbm"
    "pef"
    "pfm"
    "pgm"
    "png"
    "pnm"
    "ppm"
    "pxn"
    "qoi"
    "qtk"
    "raf"
    "raw"
    "rdc"
    "rw2"
    "rwl"
    "sr2"
    "srf"
    "srw"
    "sti"
    "tif"
    "tiff"
    "x3f"
    CACHE INTERNAL ""
)