images 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. #------------------------------------------------------------------------------
  2. # $File: images,v 1.72 2011/12/08 12:12:46 rrt Exp $
  3. # images: file(1) magic for image formats (see also "iff", and "c-lang" for
  4. # XPM bitmaps)
  5. #
  6. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  7. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  8. # merging several one- and two-line files into here.
  9. #
  10. # little magic: PCX (first byte is 0x0a)
  11. # Targa - matches `povray', `ppmtotga' and `xv' outputs
  12. # by Philippe De Muyter <phdm@macqel.be>
  13. # at 2, byte ImgType must be 1, 2, 3, 9, 10 or 11
  14. # at 1, byte CoMapType must be 1 if ImgType is 1 or 9, 0 otherwise
  15. # at 3, leshort Index is 0 for povray, ppmtotga and xv outputs
  16. # `xv' recognizes only a subset of the following (RGB with pixelsize = 24)
  17. # `tgatoppm' recognizes a superset (Index may be anything)
  18. 1 belong&0xfff7ffff 0x01010000 Targa image data - Map
  19. >2 byte&8 8 - RLE
  20. >12 leshort >0 %hd x
  21. >14 leshort >0 %hd
  22. 1 belong&0xfff7ffff 0x00020000 Targa image data - RGB
  23. >2 byte&8 8 - RLE
  24. >12 leshort >0 %hd x
  25. >14 leshort >0 %hd
  26. 1 belong&0xfff7ffff 0x00030000 Targa image data - Mono
  27. >2 byte&8 8 - RLE
  28. >12 leshort >0 %hd x
  29. >14 leshort >0 %hd
  30. # PBMPLUS images
  31. # The next byte following the magic is always whitespace.
  32. 0 search/1 P1 Netpbm PBM image text
  33. !:mime image/x-portable-bitmap
  34. 0 search/1b P2 Netpbm PGM image text
  35. !:mime image/x-portable-greymap
  36. 0 search/1 P3 Netpbm PPM image text
  37. !:mime image/x-portable-pixmap
  38. 0 string P4 Netpbm PBM "rawbits" image data
  39. !:mime image/x-portable-bitmap
  40. 0 string P5 Netpbm PGM "rawbits" image data
  41. !:mime image/x-portable-greymap
  42. 0 string P6 Netpbm PPM "rawbits" image data
  43. !:mime image/x-portable-pixmap
  44. 0 string P7 Netpbm PAM image file
  45. !:mime image/x-portable-pixmap
  46. # From: bryanh@giraffe-data.com (Bryan Henderson)
  47. 0 string \117\072 Solitaire Image Recorder format
  48. >4 string \013 MGI Type 11
  49. >4 string \021 MGI Type 17
  50. 0 string .MDA MicroDesign data
  51. >21 byte 48 version 2
  52. >21 byte 51 version 3
  53. 0 string .MDP MicroDesign page data
  54. >21 byte 48 version 2
  55. >21 byte 51 version 3
  56. # NIFF (Navy Interchange File Format, a modification of TIFF) images
  57. # [GRR: this *must* go before TIFF]
  58. 0 string IIN1 NIFF image data
  59. !:mime image/x-niff
  60. # Canon RAW version 1 (CRW) files are a type of Canon Image File Format
  61. # (CIFF) file. These are apparently all little-endian.
  62. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  63. # URL: http://www.sno.phy.queensu.ca/~phil/exiftool/canon_raw.html
  64. 0 string II\x1a\0\0\0HEAPCCDR Canon CIFF raw image data
  65. !:mime image/x-canon-crw
  66. >16 leshort x \b, version %d.
  67. >14 leshort x \b%d
  68. # Canon RAW version 2 (CR2) files are a kind of TIFF with an extra magic
  69. # number. Put this above the TIFF test to make sure we detect them.
  70. # These are apparently all little-endian.
  71. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  72. # URL: http://libopenraw.freedesktop.org/wiki/Canon_CR2
  73. 0 string II\x2a\0\x10\0\0\0CR Canon CR2 raw image data
  74. !:mime image/x-canon-cr2
  75. >10 byte x \b, version %d.
  76. >11 byte x \b%d
  77. # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com)
  78. # The second word of TIFF files is the TIFF version number, 42, which has
  79. # never changed. The TIFF specification recommends testing for it.
  80. 0 string MM\x00\x2a TIFF image data, big-endian
  81. !:mime image/tiff
  82. 0 string II\x2a\x00 TIFF image data, little-endian
  83. !:mime image/tiff
  84. 0 string MM\x00\x2b Big TIFF image data, big-endian
  85. !:mime image/tiff
  86. 0 string II\x2b\x00 Big TIFF image data, little-endian
  87. !:mime image/tiff
  88. # PNG [Portable Network Graphics, or "PNG's Not GIF"] images
  89. # (Greg Roelofs, newt@uchicago.edu)
  90. # (Albert Cahalan, acahalan@cs.uml.edu)
  91. #
  92. # 137 P N G \r \n ^Z \n [4-byte length] H E A D [HEAD data] [HEAD crc] ...
  93. #
  94. 0 string \x89PNG\x0d\x0a\x1a\x0a PNG image data
  95. !:mime image/png
  96. >16 belong x \b, %ld x
  97. >20 belong x %ld,
  98. >24 byte x %d-bit
  99. >25 byte 0 grayscale,
  100. >25 byte 2 \b/color RGB,
  101. >25 byte 3 colormap,
  102. >25 byte 4 gray+alpha,
  103. >25 byte 6 \b/color RGBA,
  104. #>26 byte 0 deflate/32K,
  105. >28 byte 0 non-interlaced
  106. >28 byte 1 interlaced
  107. # possible GIF replacements; none yet released!
  108. # (Greg Roelofs, newt@uchicago.edu)
  109. #
  110. # GRR 950115: this was mine ("Zip GIF"):
  111. 0 string GIF94z ZIF image (GIF+deflate alpha)
  112. !:mime image/x-unknown
  113. #
  114. # GRR 950115: this is Jeremy Wohl's Free Graphics Format (better):
  115. #
  116. 0 string FGF95a FGF image (GIF+deflate beta)
  117. !:mime image/x-unknown
  118. #
  119. # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal
  120. # (best; not yet implemented):
  121. #
  122. 0 string PBF PBF image (deflate compression)
  123. !:mime image/x-unknown
  124. # GIF
  125. 0 string GIF8 GIF image data
  126. !:mime image/gif
  127. !:apple 8BIMGIFf
  128. >4 string 7a \b, version 8%s,
  129. >4 string 9a \b, version 8%s,
  130. >6 leshort >0 %hd x
  131. >8 leshort >0 %hd
  132. #>10 byte &0x80 color mapped,
  133. #>10 byte&0x07 =0x00 2 colors
  134. #>10 byte&0x07 =0x01 4 colors
  135. #>10 byte&0x07 =0x02 8 colors
  136. #>10 byte&0x07 =0x03 16 colors
  137. #>10 byte&0x07 =0x04 32 colors
  138. #>10 byte&0x07 =0x05 64 colors
  139. #>10 byte&0x07 =0x06 128 colors
  140. #>10 byte&0x07 =0x07 256 colors
  141. # ITC (CMU WM) raster files. It is essentially a byte-reversed Sun raster,
  142. # 1 plane, no encoding.
  143. 0 string \361\0\100\273 CMU window manager raster image data
  144. >4 lelong >0 %d x
  145. >8 lelong >0 %d,
  146. >12 lelong >0 %d-bit
  147. # Magick Image File Format
  148. 0 string id=ImageMagick MIFF image data
  149. # Artisan
  150. 0 long 1123028772 Artisan image data
  151. >4 long 1 \b, rectangular 24-bit
  152. >4 long 2 \b, rectangular 8-bit with colormap
  153. >4 long 3 \b, rectangular 32-bit (24-bit with matte)
  154. # FIG (Facility for Interactive Generation of figures), an object-based format
  155. 0 search/1 #FIG FIG image text
  156. >5 string x \b, version %.3s
  157. # PHIGS
  158. 0 string ARF_BEGARF PHIGS clear text archive
  159. 0 string @(#)SunPHIGS SunPHIGS
  160. # version number follows, in the form m.n
  161. >40 string SunBin binary
  162. >32 string archive archive
  163. # GKS (Graphics Kernel System)
  164. 0 string GKSM GKS Metafile
  165. >24 string SunGKS \b, SunGKS
  166. # CGM image files
  167. 0 string BEGMF clear text Computer Graphics Metafile
  168. # MGR bitmaps (Michael Haardt, u31b3hs@pool.informatik.rwth-aachen.de)
  169. 0 string yz MGR bitmap, modern format, 8-bit aligned
  170. 0 string zz MGR bitmap, old format, 1-bit deep, 16-bit aligned
  171. 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned
  172. 0 string yx MGR bitmap, modern format, squeezed
  173. # Fuzzy Bitmap (FBM) images
  174. 0 string %bitmap\0 FBM image data
  175. >30 long 0x31 \b, mono
  176. >30 long 0x33 \b, color
  177. # facsimile data
  178. 1 string PC\ Research,\ Inc group 3 fax data
  179. >29 byte 0 \b, normal resolution (204x98 DPI)
  180. >29 byte 1 \b, fine resolution (204x196 DPI)
  181. # From: Herbert Rosmanith <herp@wildsau.idv.uni.linz.at>
  182. 0 string Sfff structured fax file
  183. # PC bitmaps (OS/2, Windows BMP files) (Greg Roelofs, newt@uchicago.edu)
  184. 0 string BM
  185. >14 leshort 12 PC bitmap, OS/2 1.x format
  186. !:mime image/x-ms-bmp
  187. >>18 leshort x \b, %d x
  188. >>20 leshort x %d
  189. >14 leshort 64 PC bitmap, OS/2 2.x format
  190. !:mime image/x-ms-bmp
  191. >>18 leshort x \b, %d x
  192. >>20 leshort x %d
  193. >14 leshort 40 PC bitmap, Windows 3.x format
  194. !:mime image/x-ms-bmp
  195. >>18 lelong x \b, %d x
  196. >>22 lelong x %d x
  197. >>28 leshort x %d
  198. >14 leshort 128 PC bitmap, Windows NT/2000 format
  199. !:mime image/x-ms-bmp
  200. >>18 lelong x \b, %d x
  201. >>22 lelong x %d x
  202. >>28 leshort x %d
  203. # Too simple - MPi
  204. #0 string IC PC icon data
  205. #0 string PI PC pointer image data
  206. #0 string CI PC color icon data
  207. #0 string CP PC color pointer image data
  208. # Conflicts with other entries [BABYL]
  209. #0 string BA PC bitmap array data
  210. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  211. 0 search/1 /*\ XPM\ */ X pixmap image text
  212. !:mime image/x-xpmi
  213. # Utah Raster Toolkit RLE images (janl@ifi.uio.no)
  214. 0 leshort 0xcc52 RLE image data,
  215. >6 leshort x %d x
  216. >8 leshort x %d
  217. >2 leshort >0 \b, lower left corner: %d
  218. >4 leshort >0 \b, lower right corner: %d
  219. >10 byte&0x1 =0x1 \b, clear first
  220. >10 byte&0x2 =0x2 \b, no background
  221. >10 byte&0x4 =0x4 \b, alpha channel
  222. >10 byte&0x8 =0x8 \b, comment
  223. >11 byte >0 \b, %d color channels
  224. >12 byte >0 \b, %d bits per pixel
  225. >13 byte >0 \b, %d color map channels
  226. # image file format (Robert Potter, potter@cs.rochester.edu)
  227. 0 string Imagefile\ version- iff image data
  228. # this adds the whole header (inc. version number), informative but longish
  229. >10 string >\0 %s
  230. # Sun raster images, from Daniel Quinlan (quinlan@yggdrasil.com)
  231. 0 belong 0x59a66a95 Sun raster image data
  232. >4 belong >0 \b, %d x
  233. >8 belong >0 %d,
  234. >12 belong >0 %d-bit,
  235. #>16 belong >0 %d bytes long,
  236. >20 belong 0 old format,
  237. #>20 belong 1 standard,
  238. >20 belong 2 compressed,
  239. >20 belong 3 RGB,
  240. >20 belong 4 TIFF,
  241. >20 belong 5 IFF,
  242. >20 belong 0xffff reserved for testing,
  243. >24 belong 0 no colormap
  244. >24 belong 1 RGB colormap
  245. >24 belong 2 raw colormap
  246. #>28 belong >0 colormap is %d bytes long
  247. # SGI image file format, from Daniel Quinlan (quinlan@yggdrasil.com)
  248. #
  249. # See
  250. # http://reality.sgi.com/grafica/sgiimage.html
  251. #
  252. 0 beshort 474 SGI image data
  253. #>2 byte 0 \b, verbatim
  254. >2 byte 1 \b, RLE
  255. #>3 byte 1 \b, normal precision
  256. >3 byte 2 \b, high precision
  257. >4 beshort x \b, %d-D
  258. >6 beshort x \b, %d x
  259. >8 beshort x %d
  260. >10 beshort x \b, %d channel
  261. >10 beshort !1 \bs
  262. >80 string >0 \b, "%s"
  263. 0 string IT01 FIT image data
  264. >4 belong x \b, %d x
  265. >8 belong x %d x
  266. >12 belong x %d
  267. #
  268. 0 string IT02 FIT image data
  269. >4 belong x \b, %d x
  270. >8 belong x %d x
  271. >12 belong x %d
  272. #
  273. 2048 string PCD_IPI Kodak Photo CD image pack file
  274. >0xe02 byte&0x03 0x00 , landscape mode
  275. >0xe02 byte&0x03 0x01 , portrait mode
  276. >0xe02 byte&0x03 0x02 , landscape mode
  277. >0xe02 byte&0x03 0x03 , portrait mode
  278. 0 string PCD_OPA Kodak Photo CD overview pack file
  279. # FITS format. Jeff Uphoff <juphoff@tarsier.cv.nrao.edu>
  280. # FITS is the Flexible Image Transport System, the de facto standard for
  281. # data and image transfer, storage, etc., for the astronomical community.
  282. # (FITS floating point formats are big-endian.)
  283. 0 string SIMPLE\ \ = FITS image data
  284. >109 string 8 \b, 8-bit, character or unsigned binary integer
  285. >108 string 16 \b, 16-bit, two's complement binary integer
  286. >107 string \ 32 \b, 32-bit, two's complement binary integer
  287. >107 string -32 \b, 32-bit, floating point, single precision
  288. >107 string -64 \b, 64-bit, floating point, double precision
  289. # other images
  290. 0 string This\ is\ a\ BitMap\ file Lisp Machine bit-array-file
  291. # From SunOS 5.5.1 "/etc/magic" - appeared right before Sun raster image
  292. # stuff.
  293. #
  294. 0 beshort 0x1010 PEX Binary Archive
  295. # DICOM medical imaging data
  296. 128 string DICM DICOM medical imaging data
  297. !:mime application/dicom
  298. # XWD - X Window Dump file.
  299. # As described in /usr/X11R6/include/X11/XWDFile.h
  300. # used by the xwd program.
  301. # Bradford Castalia, idaeim, 1/01
  302. # updated by Adam Buchbinder, 2/09
  303. # The following assumes version 7 of the format; the first long is the length
  304. # of the header, which is at least 25 4-byte longs, and the one at offset 8
  305. # is a constant which is always either 1 or 2. Offset 12 is the pixmap depth,
  306. # which is a maximum of 32.
  307. 0 belong >100
  308. >8 belong <3
  309. >>12 belong <33
  310. >>>4 belong 7 XWD X Window Dump image data
  311. !:mime image/x-xwindowdump
  312. >>>>100 string >\0 \b, "%s"
  313. >>>>16 belong x \b, %dx
  314. >>>>20 belong x \b%dx
  315. >>>>12 belong x \b%d
  316. # PDS - Planetary Data System
  317. # These files use Parameter Value Language in the header section.
  318. # Unfortunately, there is no certain magic, but the following
  319. # strings have been found to be most likely.
  320. 0 string NJPL1I00 PDS (JPL) image data
  321. 2 string NJPL1I PDS (JPL) image data
  322. 0 string CCSD3ZF PDS (CCSD) image data
  323. 2 string CCSD3Z PDS (CCSD) image data
  324. 0 string PDS_ PDS image data
  325. 0 string LBLSIZE= PDS (VICAR) image data
  326. # pM8x: ATARI STAD compressed bitmap format
  327. #
  328. # from Oskar Schirmer <schirmer@scara.com> Feb 2, 2001
  329. # p M 8 5/6 xx yy zz data...
  330. # Atari ST STAD bitmap is always 640x400, bytewise runlength compressed.
  331. # bytes either run horizontally (pM85) or vertically (pM86). yy is the
  332. # most frequent byte, xx and zz are runlength escape codes, where xx is
  333. # used for runs of yy.
  334. #
  335. 0 string pM85 Atari ST STAD bitmap image data (hor)
  336. >5 byte 0x00 (white background)
  337. >5 byte 0xFF (black background)
  338. 0 string pM86 Atari ST STAD bitmap image data (vert)
  339. >5 byte 0x00 (white background)
  340. >5 byte 0xFF (black background)
  341. # Gürkan Sengün <gurkan@linuks.mine.nu>, www.linuks.mine.nu
  342. # http://www.atarimax.com/jindroush.atari.org/afmtatr.html
  343. 0 leshort 0x0296 Atari ATR image
  344. # XXX:
  345. # This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
  346. # magic.
  347. # SGI RICE image file <mpruett@sgi.com>
  348. #0 beshort 0x5249 RICE image
  349. #>2 beshort x v%d
  350. #>4 beshort x (%d x
  351. #>6 beshort x %d)
  352. #>8 beshort 0 8 bit
  353. #>8 beshort 1 10 bit
  354. #>8 beshort 2 12 bit
  355. #>8 beshort 3 13 bit
  356. #>10 beshort 0 4:2:2
  357. #>10 beshort 1 4:2:2:4
  358. #>10 beshort 2 4:4:4
  359. #>10 beshort 3 4:4:4:4
  360. #>12 beshort 1 RGB
  361. #>12 beshort 2 CCIR601
  362. #>12 beshort 3 RP175
  363. #>12 beshort 4 YUV
  364. #------------------------------------------------------------------------------
  365. #
  366. # Marco Schmidt (marcoschmidt@users.sourceforge.net) -- an image file format
  367. # for the EPOC operating system, which is used with PDAs like those from Psion
  368. #
  369. # see http://huizen.dds.nl/~frodol/psiconv/html/Index.html for a description
  370. # of various EPOC file formats
  371. 0 string \x37\x00\x00\x10\x42\x00\x00\x10\x00\x00\x00\x00\x39\x64\x39\x47 EPOC MBM image file
  372. # PCX image files
  373. # From: Dan Fandrich <dan@coneharvesters.com>
  374. 0 beshort 0x0a00 PCX ver. 2.5 image data
  375. 0 beshort 0x0a02 PCX ver. 2.8 image data, with palette
  376. 0 beshort 0x0a03 PCX ver. 2.8 image data, without palette
  377. 0 beshort 0x0a04 PCX for Windows image data
  378. 0 beshort 0x0a05 PCX ver. 3.0 image data
  379. >4 leshort x bounding box [%hd,
  380. >6 leshort x %hd] -
  381. >8 leshort x [%hd,
  382. >10 leshort x %hd],
  383. >65 byte >1 %d planes each of
  384. >3 byte x %hhd-bit
  385. >68 byte 0 image,
  386. >68 byte 1 colour,
  387. >68 byte 2 grayscale,
  388. >68 byte >2 image,
  389. >68 byte <0 image,
  390. >12 leshort >0 %hd x
  391. >>14 leshort x %hd dpi,
  392. >2 byte 0 uncompressed
  393. >2 byte 1 RLE compressed
  394. # Adobe Photoshop
  395. # From: Asbjoern Sloth Toennesen <asbjorn@lila.io>
  396. 0 string 8BPS Adobe Photoshop Image
  397. !:mime image/vnd.adobe.photoshop
  398. >4 beshort 2 (PSB)
  399. >18 belong x \b, %d x
  400. >14 belong x %d,
  401. >24 beshort 0 bitmap
  402. >24 beshort 1 grayscale
  403. >>12 beshort 2 with alpha
  404. >24 beshort 2 indexed
  405. >24 beshort 3 RGB
  406. >>12 beshort 4 \bA
  407. >24 beshort 4 CMYK
  408. >>12 beshort 5 \bA
  409. >24 beshort 7 multichannel
  410. >24 beshort 8 duotone
  411. >24 beshort 9 lab
  412. >12 beshort > 1
  413. >>12 beshort x \b, %dx
  414. >12 beshort 1 \b,
  415. >22 beshort x %d-bit channel
  416. >12 beshort > 1 \bs
  417. # XV thumbnail indicator (ThMO)
  418. 0 string P7\ 332 XV thumbnail image data
  419. # NITF is defined by United States MIL-STD-2500A
  420. 0 string NITF National Imagery Transmission Format
  421. >25 string >\0 dated %.14s
  422. # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff)
  423. 0 belong 0x00010008 GEM Image data
  424. >12 beshort x %d x
  425. >14 beshort x %d,
  426. >4 beshort x %d planes,
  427. >8 beshort x %d x
  428. >10 beshort x %d pixelsize
  429. # GEM Metafile (Wolfram Kleff)
  430. 0 lelong 0x0018FFFF GEM Metafile data
  431. >4 leshort x version %d
  432. #
  433. # SMJPEG. A custom Motion JPEG format used by Loki Entertainment
  434. # Software Torbjorn Andersson <d91tan@Update.UU.SE>.
  435. #
  436. 0 string \0\nSMJPEG SMJPEG
  437. >8 belong x %d.x data
  438. # According to the specification you could find any number of _TXT
  439. # headers here, but I can't think of any way of handling that. None of
  440. # the SMJPEG files I tried it on used this feature. Even if such a
  441. # file is encountered the output should still be reasonable.
  442. >16 string _SND \b,
  443. >>24 beshort >0 %d Hz
  444. >>26 byte 8 8-bit
  445. >>26 byte 16 16-bit
  446. >>28 string NONE uncompressed
  447. # >>28 string APCM ADPCM compressed
  448. >>27 byte 1 mono
  449. >>28 byte 2 stereo
  450. # Help! Isn't there any way to avoid writing this part twice?
  451. >>32 string _VID \b,
  452. # >>>48 string JFIF JPEG
  453. >>>40 belong >0 %d frames
  454. >>>44 beshort >0 (%d x
  455. >>>46 beshort >0 %d)
  456. >16 string _VID \b,
  457. # >>32 string JFIF JPEG
  458. >>24 belong >0 %d frames
  459. >>28 beshort >0 (%d x
  460. >>30 beshort >0 %d)
  461. 0 string Paint\ Shop\ Pro\ Image\ File Paint Shop Pro Image File
  462. # "thumbnail file" (icon)
  463. # descended from "xv", but in use by other applications as well (Wolfram Kleff)
  464. 0 string P7\ 332 XV "thumbnail file" (icon) data
  465. # taken from fkiss: (<yav@mte.biglobe.ne.jp> ?)
  466. 0 string KiSS KISS/GS
  467. >4 byte 16 color
  468. >>5 byte x %d bit
  469. >>8 leshort x %d colors
  470. >>10 leshort x %d groups
  471. >4 byte 32 cell
  472. >>5 byte x %d bit
  473. >>8 leshort x %d x
  474. >>10 leshort x %d
  475. >>12 leshort x +%d
  476. >>14 leshort x +%d
  477. # Webshots (www.webshots.com), by John Harrison
  478. 0 string C\253\221g\230\0\0\0 Webshots Desktop .wbz file
  479. # Hercules DASD image files
  480. # From Jan Jaeger <jj@septa.nl>
  481. 0 string CKD_P370 Hercules CKD DASD image file
  482. >8 long x \b, %d heads per cylinder
  483. >12 long x \b, track size %d bytes
  484. >16 byte x \b, device type 33%2.2X
  485. 0 string CKD_C370 Hercules compressed CKD DASD image file
  486. >8 long x \b, %d heads per cylinder
  487. >12 long x \b, track size %d bytes
  488. >16 byte x \b, device type 33%2.2X
  489. 0 string CKD_S370 Hercules CKD DASD shadow file
  490. >8 long x \b, %d heads per cylinder
  491. >12 long x \b, track size %d bytes
  492. >16 byte x \b, device type 33%2.2X
  493. # Squeak images and programs - etoffi@softhome.net
  494. 0 string \146\031\0\0 Squeak image data
  495. 0 search/1 'From\040Squeak Squeak program text
  496. # partimage: file(1) magic for PartImage files (experimental, incomplete)
  497. # Author: Hans-Joachim Baader <hjb@pro-linux.de>
  498. 0 string PaRtImAgE-VoLuMe PartImage
  499. >0x0020 string 0.6.1 file version %s
  500. >>0x0060 lelong >-1 volume %ld
  501. #>>0x0064 8 byte identifier
  502. #>>0x007c reserved
  503. >>0x0200 string >\0 type %s
  504. >>0x1400 string >\0 device %s,
  505. >>0x1600 string >\0 original filename %s,
  506. # Some fields omitted
  507. >>0x2744 lelong 0 not compressed
  508. >>0x2744 lelong 1 gzip compressed
  509. >>0x2744 lelong 2 bzip2 compressed
  510. >>0x2744 lelong >2 compressed with unknown algorithm
  511. >0x0020 string >0.6.1 file version %s
  512. >0x0020 string <0.6.1 file version %s
  513. # DCX is multi-page PCX, using a simple header of up to 1024
  514. # offsets for the respective PCX components.
  515. # From: Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
  516. 0 lelong 987654321 DCX multi-page PCX image data
  517. # Simon Walton <simonw@matteworld.com>
  518. # Kodak Cineon format for scanned negatives
  519. # http://www.kodak.com/US/en/motion/support/dlad/
  520. 0 lelong 0xd75f2a80 Cineon image data
  521. >200 belong >0 \b, %ld x
  522. >204 belong >0 %ld
  523. # Bio-Rad .PIC is an image format used by microscope control systems
  524. # and related image processing software used by biologists.
  525. # From: Vebjorn Ljosa <vebjorn@ljosa.com>
  526. # BOOL values are two-byte integers; use them to rule out false positives.
  527. # http://web.archive.org/web/20050317223257/www.cs.ubc.ca/spider/ladic/text/biorad.txt
  528. # Samples: http://www.loci.wisc.edu/software/sample-data
  529. 14 leshort <2
  530. >62 leshort <2
  531. >>54 leshort 12345 Bio-Rad .PIC Image File
  532. >>>0 leshort >0 %hd x
  533. >>>2 leshort >0 %hd,
  534. >>>4 leshort =1 1 image in file
  535. >>>4 leshort >1 %hd images in file
  536. # From Jan "Yenya" Kasprzak <kas@fi.muni.cz>
  537. # The description of *.mrw format can be found at
  538. # http://www.dalibor.cz/minolta/raw_file_format.htm
  539. 0 string \000MRM Minolta Dimage camera raw image data
  540. # Summary: DjVu image / document
  541. # Extension: .djvu
  542. # Reference: http://djvu.org/docs/DjVu3Spec.djvu
  543. # Submitted by: Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
  544. # Modified by (1): Abel Cheung <abelcheung@gmail.com>
  545. 0 string AT&TFORM
  546. >12 string DJVM DjVu multiple page document
  547. !:mime image/vnd.djvu
  548. >12 string DJVU DjVu image or single page document
  549. !:mime image/vnd.djvu
  550. >12 string DJVI DjVu shared document
  551. !:mime image/vnd.djvu
  552. >12 string THUM DjVu page thumbnails
  553. !:mime image/vnd.djvu
  554. # From Marc Espie
  555. 0 lelong 20000630 OpenEXR image data
  556. # From: Tom Hilinski <tom.hilinski@comcast.net>
  557. # http://www.unidata.ucar.edu/packages/netcdf/
  558. 0 string CDF\001 NetCDF Data Format data
  559. #-----------------------------------------------------------------------
  560. # Hierarchical Data Format, used to facilitate scientific data exchange
  561. # specifications at http://hdf.ncsa.uiuc.edu/
  562. 0 belong 0x0e031301 Hierarchical Data Format (version 4) data
  563. !:mime application/x-hdf
  564. 0 string \211HDF\r\n\032\n Hierarchical Data Format (version 5) data
  565. !:mime application/x-hdf
  566. # From: Tobias Burnus <burnus@net-b.de>
  567. # Xara (for a while: Corel Xara) is a graphic package, see
  568. # http://www.xara.com/ for Windows and as GPL application for Linux
  569. 0 string XARA\243\243 Xara graphics file
  570. # http://www.cartesianinc.com/Tech/
  571. 0 string CPC\262 Cartesian Perceptual Compression image
  572. !:mime image/x-cpi
  573. # From Albert Cahalan <acahalan@gmail.com>
  574. # puredigital used it for the CVS disposable camcorder
  575. #8 lelong 4 ZBM bitmap image data
  576. #>4 leshort x %u x
  577. #>6 leshort x %u
  578. # From Albert Cahalan <acahalan@gmail.com>
  579. # uncompressed 5:6:5 HighColor image for OLPC XO firmware icons
  580. 0 string C565 OLPC firmware icon image data
  581. >4 leshort x %u x
  582. >6 leshort x %u
  583. # Applied Images - Image files from Cytovision
  584. # Gustavo Junior Alves <gjalves@gjalves.com.br>
  585. 0 string \xce\xda\xde\xfa Cytovision Metaphases file
  586. 0 string \xed\xad\xef\xac Cytovision Karyotype file
  587. 0 string \x0b\x00\x03\x00 Cytovision FISH Probe file
  588. 0 string \xed\xfe\xda\xbe Cytovision FLEX file
  589. 0 string \xed\xab\xed\xfe Cytovision FLEX file
  590. 0 string \xad\xfd\xea\xad Cytovision RATS file
  591. # Wavelet Scalar Quantization format used in gray-scale fingerprint images
  592. # From Tano M Fotang <mfotang@quanteq.com>
  593. 0 string \xff\xa0\xff\xa8\x00 Wavelet Scalar Quantization image data
  594. # JPEG 2000 Code Stream Bitmap
  595. # From Petr Splichal <psplicha@redhat.com>
  596. 0 string \xFF\x4F\xFF\x51\x00 JPEG-2000 Code Stream Bitmap data
  597. # From: Rick Richardson <rick.richardson@comcast.net>
  598. 0 string GARMIN\ BITMAP\ 01 Garmin Bitmap file
  599. # Type: Ulead Photo Explorer5 (.pe5)
  600. # URL: http://www.jisyo.com/cgibin/view.cgi?EXT=pe5 (Japanese)
  601. # From: Simon Horman <horms@debian.org>
  602. 0 string IIO2H Ulead Photo Explorer5
  603. # Type: X11 cursor
  604. # URL: http://webcvs.freedesktop.org/mime/shared-mime-info/freedesktop.org.xml.in?view=markup
  605. # From: Mathias Brodala <info@noctus.net>
  606. 0 string Xcur X11 cursor
  607. # Type: Olympus ORF raw images.
  608. # URL: http://libopenraw.freedesktop.org/wiki/Olympus_ORF
  609. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  610. 0 string MMOR Olympus ORF raw image data, big-endian
  611. !:mime image/x-olympus-orf
  612. 0 string IIRO Olympus ORF raw image data, little-endian
  613. !:mime image/x-olympus-orf
  614. 0 string IIRS Olympus ORF raw image data, little-endian
  615. !:mime image/x-olympus-orf
  616. # Type: files used in modern AVCHD camcoders to store clip information
  617. # Extension: .cpi
  618. # From: Alexander Danilov <alexander.a.danilov@gmail.com>
  619. 0 string HDMV0100 AVCHD Clip Information
  620. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  621. # URL: http://local.wasp.uwa.edu.au/~pbourke/dataformats/pic/
  622. # Radiance HDR; usually has .pic or .hdr extension.
  623. 0 string #?RADIANCE\n Radiance HDR image data
  624. #!mime image/vnd.radiance
  625. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  626. # URL: http://www.mpi-inf.mpg.de/resources/pfstools/pfs_format_spec.pdf
  627. # Used by the pfstools packages. The regex matches for the image size could
  628. # probably use some work. The MIME type is made up; if there's one in
  629. # actual common use, it should replace the one below.
  630. 0 string PFS1\x0a PFS HDR image data
  631. #!mime image/x-pfs
  632. >1 regex [0-9]*\ \b, %s
  633. >>1 regex \ [0-9]{4} \bx%s
  634. # Type: Foveon X3F
  635. # URL: http://www.photofo.com/downloads/x3f-raw-format.pdf
  636. # From: Adam Buchbinder <adam.buchbinder@gmail.com>
  637. # Note that the MIME type isn't defined anywhere that I can find; if
  638. # there's a canonical type for this format, it should replace this one.
  639. 0 string FOVb Foveon X3F raw image data
  640. !:mime image/x-x3f
  641. >6 leshort x \b, version %d.
  642. >4 leshort x \b%d
  643. >28 lelong x \b, %dx
  644. >32 lelong x \b%d
  645. # Paint.NET file
  646. # From Adam Buchbinder <adam.buchbinder@gmail.com>
  647. 0 string PDN3 Paint.NET image data
  648. !:mime image/x-paintnet
  649. # Not really an image.
  650. # From: "Tano M. Fotang" <mfotang@quanteq.com>
  651. 0 string \x46\x4d\x52\x00 ISO/IEC 19794-2 Format Minutiae Record (FMR)