-
Notifications
You must be signed in to change notification settings - Fork 0
/
duti_picview.config
91 lines (91 loc) · 2.16 KB
/
duti_picview.config
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
# Each line represents a format setting. The last line of this file must be empty. Lines starting with # are comment lines.
# Edited on 2023/07/30
#
# Image formats
#
# Format: .dng
com.chitaner.Picview com.adobe.raw-image all
#
# Format: .psd (This format is disabled by default. Remove the "#" to enable it)
# com.chitaner.Picview com.adobe.photoshop-image all
#
# Format: .cr2
com.chitaner.Picview com.canon.cr2-raw-image all
#
# Format: .ico
com.chitaner.Picview com.microsoft.ico all
#
# Format: .tga
com.chitaner.Picview com.truevision.tga-image all
#
# Format: .raf
com.chitaner.Picview com.fuji.raw-image all
#
# Format: .exr
com.chitaner.Picview com.ilm.openexr-image all
#
# Format: .tiff
com.chitaner.Picview public.tiff all
#
# Format: .pict
com.chitaner.Picview com.apple.pict all
#
# Format: .nef
com.chitaner.Picview com.nikon.raw-image all
#
# Format: .jpeg
com.chitaner.Picview public.jpeg all
#
# Format: .dds
com.chitaner.Picview com.microsoft.dds all
#
# Format: .pbm
com.chitaner.Picview public.pbm all
#
# Format: .heif
com.chitaner.Picview public.heif all
#
# Format: .jp2
com.chitaner.Picview public.jpeg-2000 all
#
# Format: .pic
com.chitaner.Picview public.radiance all
#
# Format: .sgi
com.chitaner.Picview com.sgi.sgi-image all
#
# Format: .gif
com.chitaner.Picview com.compuserve.gif all
#
# Format: .nrw
com.chitaner.Picview com.nikon.nrw-raw-image all
#
# Format: .heic
com.chitaner.Picview public.heic all
#
# Format: .bmp
com.chitaner.Picview com.microsoft.bmp all
#
# Format: .pbm
com.chitaner.Picview net.sourceforge.netpbm.netpbm-image all
#
# Format: .rw2
com.chitaner.Picview com.panasonic.rw2-raw-image all
#
# Format: .png
com.chitaner.Picview public.png all
#
# Format: .pef
com.chitaner.Picview com.pentax.raw-image all
#
# Format: .orf
com.chitaner.Picview com.olympus.raw-image all
#
# Format: .webp
com.chitaner.Picview public.webp all
#
# Format: .svg
com.chitaner.Picview public.svg-image all
#
# If you want to add other formats, copy a line, and modify "public.png" to the UTI of the corresponding format. You can get the UTI using the mdls command.
#