magic.dif 774 B

123456789101112131415161718192021222324252627282930
  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. +#MNG
  7. +# 0x8a M N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
  8. +# M H D R [4-byte width][4-byte height][4-byte ticks][4-byte layers]
  9. +# [4-byte frame][4-byte time]
  10. +#
  11. +0 string \x8aMNG MNG image data,
  12. +>4 belong !0x0d0a1a0a CORRUPTED
  13. +>4 belong 0x0d0a1a0a
  14. +>>16 belong x %ld x
  15. +>>20 belong x %ld
  16. +
  17. +#JNG
  18. +# 0x8b J N G 0x0d 0x0a 0x1a 0x0a [4-byte pad]
  19. +# J H D R [4-byte width][4-byte height]
  20. +#
  21. +0 string \x8bJNG JNG image data,
  22. +>4 belong !0x0d0a1a0a CORRUPTED
  23. +>4 belong 0x0d0a1a0a
  24. +>>16 belong x %ld x
  25. +>>20 belong x %ld
  26. +
  27. # GIF
  28. 0 string GIF8 GIF image data
  29. >4 string 7a \b, version 8%s,