|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <magic> |
| 3 | + <type> |
| 4 | + <mime-type>image/jpeg</mime-type> |
| 5 | + <extension>jpg</extension> |
| 6 | + <description>JPEG image data</description> |
| 7 | + <match-short unsigned="true" order="be" offset="0">0xffd8</match-short> |
| 8 | + |
| 9 | + <type> |
| 10 | + <description>JFIF standard</description> |
| 11 | + <match-string offset="6">JFIF</match-string> |
| 12 | + </type> |
| 13 | + |
| 14 | + <type> |
| 15 | + <description>Exif format</description> |
| 16 | + <match-string offset="6">Exif</match-string> |
| 17 | + </type> |
| 18 | + </type> |
| 19 | + <type> |
| 20 | + <mime-type>image/jpeg</mime-type> |
| 21 | + <extension>jpg</extension> |
| 22 | + <description>JPEG image data, HSI proprietary</description> |
| 23 | + <match-string offset="0">hsi1</match-string> |
| 24 | + </type> |
| 25 | + |
3 | 26 | <type> |
4 | 27 | <mime-type>image/gif</mime-type> |
5 | 28 | <extension>gif</extension> |
6 | | - |
7 | 29 | <description>GIF image data</description> |
8 | 30 | <match-string offset="0">GIF8</match-string> |
9 | 31 |
|
|
31 | 53 | <match-string offset="0">MM</match-string> |
32 | 54 | </type> |
33 | 55 |
|
| 56 | + <type> |
| 57 | + <mime-type>image/x-ms-bmp</mime-type> |
| 58 | + <extension>bmp</extension> |
| 59 | + <description>MS Windows Bitmap Image</description> |
| 60 | + <match-string offset="0">BM</match-string> |
| 61 | + </type> |
| 62 | + |
| 63 | + <type> |
| 64 | + <mime-type>image/vnd.djvu</mime-type> |
| 65 | + <extension>djvu</extension> |
| 66 | + <description>DjVu document</description> |
| 67 | + <match-string offset="0">AT&T</match-string> |
| 68 | + </type> |
| 69 | + |
34 | 70 | <type> |
35 | 71 | <mime-type>video/mpeg</mime-type> |
36 | 72 | <extension>mpg</extension> |
|
48 | 84 | <type> |
49 | 85 | <mime-type>video/quicktime</mime-type> |
50 | 86 | <extension>mov</extension> |
51 | | - <description>Apple QuickTime movie file (moov)</description> |
| 87 | + <description>Apple QuickTime movie file (mov)</description> |
52 | 88 | <match-string offset="4">moov</match-string> |
53 | 89 | </type> |
54 | 90 |
|
|
90 | 126 | </type> |
91 | 127 |
|
92 | 128 | <type> |
93 | | - <description>Zip archive data</description> |
| 129 | + <description>ZIP archive data</description> |
94 | 130 | <mime-type>application/zip</mime-type> |
95 | 131 | <extension>zip</extension> |
96 | 132 |
|
|
99 | 135 | <!-- Password-protected ZIPs --> |
100 | 136 | <type> |
101 | 137 | <description>password protected ZIP archive data</description> |
102 | | - <description lang="de">passwortgeschützte ZIP Archivdatei</description> |
103 | 138 | <mime-type>application/zip;protection=encrypted</mime-type> |
104 | 139 | <extension>zip</extension> |
105 | 140 |
|
|
110 | 145 | <type> |
111 | 146 | <!-- OpenDocument/OpenOffice/StarOffice/KOffice stuff --> |
112 | 147 | <match-custom>org.jadice.filetype.matchers.OpenDocumentMatcher</match-custom> |
113 | | - <!-- Office Open XML files (i.e. MS Office 2007) --> |
| 148 | + <!-- Office Open XML files (i.e. MS Office 2007) --> |
114 | 149 | <match-custom>org.jadice.filetype.matchers.OfficeOpenXMLMatcher</match-custom> |
115 | 150 | </type> |
116 | 151 |
|
|
341 | 376 | <match-regexp offset="0" range="1000" multiline="true">PS-Adobe-3</match-regexp> |
342 | 377 | </type> |
343 | 378 | </type> |
| 379 | + |
344 | 380 | <type> |
345 | 381 | <mime-type>image/x-portable-bitmap</mime-type> |
346 | 382 | <extension>pbm</extension> |
347 | 383 | <description>PBM "rawbits" image data</description> |
348 | 384 | <match-string offset="0">P4</match-string> |
349 | 385 | </type> |
| 386 | + |
350 | 387 | <type> |
351 | 388 | <mime-type>image/png</mime-type> |
352 | 389 | <extension>png</extension> |
|
493 | 530 | </type> |
494 | 531 |
|
495 | 532 | </type> |
496 | | - <type> |
497 | | - <mime-type>image/jpeg</mime-type> |
498 | | - <extension>jpg</extension> |
499 | | - <description>JPEG image data</description> |
500 | | - <match-short unsigned="true" order="be" offset="0">0xffd8</match-short> |
501 | 533 |
|
502 | | - <type> |
503 | | - <mime-type>image/jpeg</mime-type> |
504 | | - <extension>jpg</extension> |
505 | | - <description>JFIF standard</description> |
506 | | - <match-string offset="6">JFIF</match-string> |
507 | | - </type> |
508 | | - |
509 | | - </type> |
510 | | - <type> |
511 | | - <mime-type>image/jpeg</mime-type> |
512 | | - <extension>jpg</extension> |
513 | | - <description>JPEG image data, HSI proprietary</description> |
514 | | - <match-string offset="0">hsi1</match-string> |
515 | | - </type> |
516 | 534 | <type> |
517 | 535 | <mime-type>image/x-emf</mime-type> |
518 | 536 | <extension>emf</extension> |
|
0 commit comments