summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/doc/misc/magic.dif
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commit38be0d13830efd2d98281c645c3a60afe05ffece (patch)
tree6ea73f3ec77f7d153333779883e8120f82820abe /src/3rdparty/libmng/doc/misc/magic.dif
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'src/3rdparty/libmng/doc/misc/magic.dif')
-rw-r--r--src/3rdparty/libmng/doc/misc/magic.dif30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/3rdparty/libmng/doc/misc/magic.dif b/src/3rdparty/libmng/doc/misc/magic.dif
new file mode 100644
index 0000000000..005ad5a746
--- /dev/null
+++ b/src/3rdparty/libmng/doc/misc/magic.dif
@@ -0,0 +1,30 @@
+--- magic.orig Wed Aug 14 16:48:56 2002
++++ magic Wed Aug 14 16:50:09 2002
+@@ -2544,6 +2544,27 @@
+ >>28 byte 1 interlaced
+ 1 string PNG PNG image data, CORRUPTED
+
++#MNG
++# 0x8a M N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
++# M H D R [4-byte width][4-byte height][4-byte ticks][4-byte layers]
++# [4-byte frame][4-byte time]
++#
++0 string \x8aMNG MNG image data,
++>4 belong !0x0d0a1a0a CORRUPTED
++>4 belong 0x0d0a1a0a
++>>16 belong x %ld x
++>>20 belong x %ld
++
++#JNG
++# 0x8b J N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
++# J H D R [4-byte width][4-byte height]
++#
++0 string \x8bJNG JNG image data,
++>4 belong !0x0d0a1a0a CORRUPTED
++>4 belong 0x0d0a1a0a
++>>16 belong x %ld x
++>>20 belong x %ld
++
+ # GIF
+ 0 string GIF8 GIF image data
+ >4 string 7a \b, version 8%s,