Last change
on this file since 122 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
774 bytes
|
Line | |
---|
1 | --- magic.orig Wed Aug 14 16:48:56 2002
|
---|
2 | +++ magic Wed Aug 14 16:50:09 2002
|
---|
3 | @@ -2544,6 +2544,27 @@
|
---|
4 | >>28 byte 1 interlaced
|
---|
5 | 1 string PNG PNG image data, CORRUPTED
|
---|
6 |
|
---|
7 | +#MNG
|
---|
8 | +# 0x8a M N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
|
---|
9 | +# M H D R [4-byte width][4-byte height][4-byte ticks][4-byte layers]
|
---|
10 | +# [4-byte frame][4-byte time]
|
---|
11 | +#
|
---|
12 | +0 string \x8aMNG MNG image data,
|
---|
13 | +>4 belong !0x0d0a1a0a CORRUPTED
|
---|
14 | +>4 belong 0x0d0a1a0a
|
---|
15 | +>>16 belong x %ld x
|
---|
16 | +>>20 belong x %ld
|
---|
17 | +
|
---|
18 | +#JNG
|
---|
19 | +# 0x8b J N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
|
---|
20 | +# J H D R [4-byte width][4-byte height]
|
---|
21 | +#
|
---|
22 | +0 string \x8bJNG JNG image data,
|
---|
23 | +>4 belong !0x0d0a1a0a CORRUPTED
|
---|
24 | +>4 belong 0x0d0a1a0a
|
---|
25 | +>>16 belong x %ld x
|
---|
26 | +>>20 belong x %ld
|
---|
27 | +
|
---|
28 | # GIF
|
---|
29 | 0 string GIF8 GIF image data
|
---|
30 | >4 string 7a \b, version 8%s,
|
---|
Note:
See
TracBrowser
for help on using the repository browser.