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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
//! Image MIME types
//!
//! This module contains MIME types for image data.
/// `image/aces`
///
/// Common file extensions: `.exr`
pub const ACES: &str = "image/aces";
/// `image/apng`
///
/// Common file extensions: `.apng`
pub const APNG: &str = "image/apng";
/// `image/avci`
///
/// Common file extensions: `.avci`
pub const AVCI: &str = "image/avci";
/// `image/avcs`
///
/// Common file extensions: `.avcs`
pub const AVCS: &str = "image/avcs";
/// `image/avif`
///
/// Common file extensions: `.avif`
pub const AVIF: &str = "image/avif";
/// `image/bmp`
///
/// Common file extensions: `.bmp`, `.dib`
pub const BMP: &str = "image/bmp";
/// `image/cgm`
///
/// Common file extensions: `.cgm`
pub const CGM: &str = "image/cgm";
/// `image/dicom-rle`
///
/// Common file extensions: `.drle`
pub const DICOM_RLE: &str = "image/dicom-rle";
/// `image/dpx`
///
/// Common file extensions: `.dpx`
pub const DPX: &str = "image/dpx";
/// `image/emf`
///
/// Common file extensions: `.emf`
pub const EMF: &str = "image/emf";
/// `image/fits`
///
/// Common file extensions: `.fits`
pub const FITS: &str = "image/fits";
/// `image/g3fax`
///
/// Common file extensions: `.g3`
pub const G3FAX: &str = "image/g3fax";
/// `image/gif`
///
/// Common file extensions: `.gif`
pub const GIF: &str = "image/gif";
/// `image/heic`
///
/// Common file extensions: `.heic`
pub const HEIC: &str = "image/heic";
/// `image/heic-sequence`
///
/// Common file extensions: `.heics`
pub const HEIC_SEQUENCE: &str = "image/heic-sequence";
/// `image/heif`
///
/// Common file extensions: `.heif`
pub const HEIF: &str = "image/heif";
/// `image/heif-sequence`
///
/// Common file extensions: `.heifs`
pub const HEIF_SEQUENCE: &str = "image/heif-sequence";
/// `image/hej2k`
///
/// Common file extensions: `.hej2`
pub const HEJ2K: &str = "image/hej2k";
/// `image/ief`
///
/// Common file extensions: `.ief`
pub const IEF: &str = "image/ief";
/// `image/j2c`
pub const J2C: &str = "image/j2c";
/// `image/jaii`
///
/// Common file extensions: `.jaii`
pub const JAII: &str = "image/jaii";
/// `image/jais`
///
/// Common file extensions: `.jais`
pub const JAIS: &str = "image/jais";
/// `image/jls`
///
/// Common file extensions: `.jls`
pub const JLS: &str = "image/jls";
/// `image/jp2`
///
/// Common file extensions: `.jp2`, `.jpg2`
pub const JP2: &str = "image/jp2";
/// `image/jpeg`
///
/// Common file extensions: `.jpg`, `.jpeg`, `.jpe`
pub const JPEG: &str = "image/jpeg";
/// `image/jph`
///
/// Common file extensions: `.jph`
pub const JPH: &str = "image/jph";
/// `image/jphc`
///
/// Common file extensions: `.jhc`
pub const JPHC: &str = "image/jphc";
/// `image/jpm`
///
/// Common file extensions: `.jpm`, `.jpgm`
pub const JPM: &str = "image/jpm";
/// `image/jpx`
///
/// Common file extensions: `.jpx`, `.jpf`
pub const JPX: &str = "image/jpx";
/// `image/jxl`
///
/// Common file extensions: `.jxl`
pub const JXL: &str = "image/jxl";
/// `image/jxr`
///
/// Common file extensions: `.jxr`
pub const JXR: &str = "image/jxr";
/// `image/jxra`
///
/// Common file extensions: `.jxra`
pub const JXRA: &str = "image/jxra";
/// `image/jxrs`
///
/// Common file extensions: `.jxrs`
pub const JXRS: &str = "image/jxrs";
/// `image/jxs`
///
/// Common file extensions: `.jxs`
pub const JXS: &str = "image/jxs";
/// `image/jxsc`
///
/// Common file extensions: `.jxsc`
pub const JXSC: &str = "image/jxsc";
/// `image/jxsi`
///
/// Common file extensions: `.jxsi`
pub const JXSI: &str = "image/jxsi";
/// `image/jxss`
///
/// Common file extensions: `.jxss`
pub const JXSS: &str = "image/jxss";
/// `image/ktx`
///
/// Common file extensions: `.ktx`
pub const KTX: &str = "image/ktx";
/// `image/ktx2`
///
/// Common file extensions: `.ktx2`
pub const KTX2: &str = "image/ktx2";
/// `image/naplps`
pub const NAPLPS: &str = "image/naplps";
/// `image/pjpeg`
///
/// Common file extensions: `.jfif`
pub const PJPEG: &str = "image/pjpeg";
/// `image/png`
///
/// Common file extensions: `.png`
pub const PNG: &str = "image/png";
/// `image/prs.btif`
///
/// Common file extensions: `.btif`, `.btf`
pub const PRS_BTIF: &str = "image/prs.btif";
/// `image/prs.pti`
///
/// Common file extensions: `.pti`
pub const PRS_PTI: &str = "image/prs.pti";
/// `image/pwg-raster`
pub const PWG_RASTER: &str = "image/pwg-raster";
/// `image/sgi`
///
/// Common file extensions: `.sgi`
pub const SGI: &str = "image/sgi";
/// `image/svg+xml`
///
/// Common file extensions: `.svg`, `.svgz`
pub const SVG_PLUS_XML: &str = "image/svg+xml";
/// `image/t38`
///
/// Common file extensions: `.t38`
pub const T38: &str = "image/t38";
/// `image/tiff`
///
/// Common file extensions: `.tif`, `.tiff`
pub const TIFF: &str = "image/tiff";
/// `image/tiff-fx`
///
/// Common file extensions: `.tfx`
pub const TIFF_FX: &str = "image/tiff-fx";
/// `image/vnd.adobe.photoshop`
///
/// Common file extensions: `.psd`
pub const VND_ADOBE_PHOTOSHOP: &str = "image/vnd.adobe.photoshop";
/// `image/vnd.airzip.accelerator.azv`
///
/// Common file extensions: `.azv`
pub const VND_AIRZIP_ACCELERATOR_AZV: &str = "image/vnd.airzip.accelerator.azv";
/// `image/vnd.blockfact.facti`
///
/// Common file extensions: `.facti`
pub const VND_BLOCKFACT_FACTI: &str = "image/vnd.blockfact.facti";
/// `image/vnd.clip`
pub const VND_CLIP: &str = "image/vnd.clip";
/// `image/vnd.cns.inf2`
pub const VND_CNS_INF2: &str = "image/vnd.cns.inf2";
/// `image/vnd.dece.graphic`
///
/// Common file extensions: `.uvi`, `.uvvi`, `.uvg`, `.uvvg`
pub const VND_DECE_GRAPHIC: &str = "image/vnd.dece.graphic";
/// `image/vnd.djvu`
///
/// Common file extensions: `.djvu`, `.djv`
pub const VND_DJVU: &str = "image/vnd.djvu";
/// `image/vnd.dvb.subtitle`
///
/// Common file extensions: `.sub`
pub const VND_DVB_SUBTITLE: &str = "image/vnd.dvb.subtitle";
/// `image/vnd.dwg`
///
/// Common file extensions: `.dwg`
pub const VND_DWG: &str = "image/vnd.dwg";
/// `image/vnd.dxf`
///
/// Common file extensions: `.dxf`
pub const VND_DXF: &str = "image/vnd.dxf";
/// `image/vnd.fastbidsheet`
///
/// Common file extensions: `.fbs`
pub const VND_FASTBIDSHEET: &str = "image/vnd.fastbidsheet";
/// `image/vnd.fpx`
///
/// Common file extensions: `.fpx`
pub const VND_FPX: &str = "image/vnd.fpx";
/// `image/vnd.fst`
///
/// Common file extensions: `.fst`
pub const VND_FST: &str = "image/vnd.fst";
/// `image/vnd.fujixerox.edmics-mmr`
///
/// Common file extensions: `.mmr`
pub const VND_FUJIXEROX_EDMICS_MMR: &str = "image/vnd.fujixerox.edmics-mmr";
/// `image/vnd.fujixerox.edmics-rlc`
///
/// Common file extensions: `.rlc`
pub const VND_FUJIXEROX_EDMICS_RLC: &str = "image/vnd.fujixerox.edmics-rlc";
/// `image/vnd.globalgraphics.pgb`
pub const VND_GLOBALGRAPHICS_PGB: &str = "image/vnd.globalgraphics.pgb";
/// `image/vnd.microsoft.icon`
///
/// Common file extensions: `.ico`
pub const VND_MICROSOFT_ICON: &str = "image/vnd.microsoft.icon";
/// `image/vnd.mix`
pub const VND_MIX: &str = "image/vnd.mix";
/// `image/vnd.mozilla.apng`
pub const VND_MOZILLA_APNG: &str = "image/vnd.mozilla.apng";
/// `image/vnd.ms-dds`
///
/// Common file extensions: `.dds`
pub const VND_MS_DDS: &str = "image/vnd.ms-dds";
/// `image/vnd.ms-modi`
///
/// Common file extensions: `.mdi`
pub const VND_MS_MODI: &str = "image/vnd.ms-modi";
/// `image/vnd.ms-photo`
///
/// Common file extensions: `.wdp`
pub const VND_MS_PHOTO: &str = "image/vnd.ms-photo";
/// `image/vnd.net-fpx`
///
/// Common file extensions: `.npx`
pub const VND_NET_FPX: &str = "image/vnd.net-fpx";
/// `image/vnd.pco.b16`
///
/// Common file extensions: `.b16`
pub const VND_PCO_B16: &str = "image/vnd.pco.b16";
/// `image/vnd.radiance`
pub const VND_RADIANCE: &str = "image/vnd.radiance";
/// `image/vnd.sealed.png`
pub const VND_SEALED_PNG: &str = "image/vnd.sealed.png";
/// `image/vnd.sealedmedia.softseal.gif`
pub const VND_SEALEDMEDIA_SOFTSEAL_GIF: &str = "image/vnd.sealedmedia.softseal.gif";
/// `image/vnd.sealedmedia.softseal.jpg`
pub const VND_SEALEDMEDIA_SOFTSEAL_JPG: &str = "image/vnd.sealedmedia.softseal.jpg";
/// `image/vnd.svf`
pub const VND_SVF: &str = "image/vnd.svf";
/// `image/vnd.tencent.tap`
///
/// Common file extensions: `.tap`
pub const VND_TENCENT_TAP: &str = "image/vnd.tencent.tap";
/// `image/vnd.valve.source.texture`
///
/// Common file extensions: `.vtf`
pub const VND_VALVE_SOURCE_TEXTURE: &str = "image/vnd.valve.source.texture";
/// `image/vnd.wap.wbmp`
///
/// Common file extensions: `.wbmp`
pub const VND_WAP_WBMP: &str = "image/vnd.wap.wbmp";
/// `image/vnd.xiff`
///
/// Common file extensions: `.xif`
pub const VND_XIFF: &str = "image/vnd.xiff";
/// `image/vnd.zbrush.pcx`
///
/// Common file extensions: `.pcx`
pub const VND_ZBRUSH_PCX: &str = "image/vnd.zbrush.pcx";
/// `image/webp`
///
/// Common file extensions: `.webp`
pub const WEBP: &str = "image/webp";
/// `image/wmf`
///
/// Common file extensions: `.wmf`
pub const WMF: &str = "image/wmf";
/// `image/x-3ds`
///
/// Common file extensions: `.3ds`
pub const X_3DS: &str = "image/x-3ds";
/// `image/x-adobe-dng`
///
/// Common file extensions: `.dng`
pub const X_ADOBE_DNG: &str = "image/x-adobe-dng";
/// `image/x-cmu-raster`
///
/// Common file extensions: `.ras`
pub const X_CMU_RASTER: &str = "image/x-cmu-raster";
/// `image/x-cmx`
///
/// Common file extensions: `.cmx`
pub const X_CMX: &str = "image/x-cmx";
/// `image/x-emf`
pub const X_EMF: &str = "image/x-emf";
/// `image/x-freehand`
///
/// Common file extensions: `.fh`, `.fhc`, `.fh4`, `.fh5`, `.fh7`
pub const X_FREEHAND: &str = "image/x-freehand";
/// `image/x-icon`
///
/// Common file extensions: `.ico`
pub const X_ICON: &str = "image/x-icon";
/// `image/x-jng`
///
/// Common file extensions: `.jng`
pub const X_JNG: &str = "image/x-jng";
/// `image/x-mrsid-image`
///
/// Common file extensions: `.sid`
pub const X_MRSID_IMAGE: &str = "image/x-mrsid-image";
/// `image/x-ms-bmp`
///
/// Common file extensions: `.bmp`
pub const X_MS_BMP: &str = "image/x-ms-bmp";
/// `image/x-pcx`
///
/// Common file extensions: `.pcx`
pub const X_PCX: &str = "image/x-pcx";
/// `image/x-pict`
///
/// Common file extensions: `.pic`, `.pct`
pub const X_PICT: &str = "image/x-pict";
/// `image/x-portable-anymap`
///
/// Common file extensions: `.pnm`
pub const X_PORTABLE_ANYMAP: &str = "image/x-portable-anymap";
/// `image/x-portable-bitmap`
///
/// Common file extensions: `.pbm`
pub const X_PORTABLE_BITMAP: &str = "image/x-portable-bitmap";
/// `image/x-portable-graymap`
///
/// Common file extensions: `.pgm`
pub const X_PORTABLE_GRAYMAP: &str = "image/x-portable-graymap";
/// `image/x-portable-pixmap`
///
/// Common file extensions: `.ppm`
pub const X_PORTABLE_PIXMAP: &str = "image/x-portable-pixmap";
/// `image/x-rgb`
///
/// Common file extensions: `.rgb`
pub const X_RGB: &str = "image/x-rgb";
/// `image/x-tga`
///
/// Common file extensions: `.tga`
pub const X_TGA: &str = "image/x-tga";
/// `image/x-wmf`
pub const X_WMF: &str = "image/x-wmf";
/// `image/x-xbitmap`
///
/// Common file extensions: `.xbm`
pub const X_XBITMAP: &str = "image/x-xbitmap";
/// `image/x-xcf`
pub const X_XCF: &str = "image/x-xcf";
/// `image/x-xpixmap`
///
/// Common file extensions: `.xpm`
pub const X_XPIXMAP: &str = "image/x-xpixmap";
/// `image/x-xwindowdump`
///
/// Common file extensions: `.xwd`
pub const X_XWINDOWDUMP: &str = "image/x-xwindowdump";