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 ""
)
|