Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Side by Side Diff: testing/libfuzzer/fuzzers/dicts/icc.dict

Issue 2788393003: Add color profile testing/libfuzzer/fuzzers/dicts/icc.dict (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Fuzzing dictionary for icc color profiles.
2
3 magic="acsp"
4
5 # Tag names and types
6 "A2B0"
7 "A2B1"
8 "A2B2"
9 "B2A0"
10 "B2A1"
11 "B2A2"
12 "XYZ "
13 "bTRC"
14 "bXYZ"
15 "bfd "
16 "bkpt"
17 "calt"
18 "chad"
19 "chrm"
20 "ciis"
21 "clot"
22 "clro"
23 "clrt"
24 "cprt"
25 "crdi"
26 "curv"
27 "data"
28 "desc"
29 "devs"
30 "dict"
31 "dmdd"
32 "dmnd"
33 "dscm"
34 "dtim"
35 "gTRC"
36 "gXYZ"
37 "gamt"
38 "kTRC"
39 "lumi"
40 "mAB "
41 "mBA "
42 "meas"
43 "meta"
44 "mft1"
45 "mft2"
46 "mluc"
47 "mmod"
48 "mpet"
49 "ncl2"
50 "ncol"
51 "para"
52 "pre0"
53 "pre1"
54 "pre2"
55 "ps2i"
56 "ps2s"
57 "psd0"
58 "psd1"
59 "psd2"
60 "psd3"
61 "pseq"
62 "psid"
63 "rTRC"
64 "rXYZ"
65 "rcs2"
66 "resp"
67 "rig0"
68 "rig2"
69 "scrd"
70 "sf32"
71 "sig "
72 "targ"
73 "tech"
74 "text"
75 "uf32"
76 "ui08"
77 "ui16"
78 "ui32"
79 "ui64"
80 "vcgt"
81 "view"
82 "vued"
83 "wtpt"
84
85 # Color spaces
86 "CMYK"
87 "CMY "
88 "GRAY"
89 "Lab "
90 "Lch "
91 "Luv "
92 "RGB "
93 "XYZ "
94 "YCbr"
95
96 # Profile class
97 "abst"
98 "link"
99 "mntr"
100 "nmcl"
101 "prtr"
102 "scnr"
103 "spac"
104
105 # Platforms
106 "ADBE"
107 "APPL"
108 "MSFT"
109
110 # Profile creators or CMM names
111 "argl"
112 "appl"
113 "adbe"
114 "goog"
115 "lcms"
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698