]> granicus.if.org Git - file/commitdiff
fix png.
authorChristos Zoulas <christos@zoulas.com>
Wed, 27 Aug 2008 10:30:04 +0000 (10:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 27 Aug 2008 10:30:04 +0000 (10:30 +0000)
magic/Magdir/images

index 09fc2a6791f6382884bd9ab680199327da0b3f1b..cccc70be503567712bc0534995ad23d7bb5e081b 100644 (file)
 #
 0      string          \x89PNG\x0d\x0a\x1a\x0a         PNG image
 !:mime image/png
->>16   belong          x               \b, %ld x
->>20   belong          x               %ld,
->>24   byte            x               %d-bit
->>25   byte            0               grayscale,
->>25   byte            2               \b/color RGB,
->>25   byte            3               colormap,
->>25   byte            4               gray+alpha,
->>25   byte            6               \b/color RGBA,
-#>>26  byte            0               deflate/32K,
->>28   byte            0               non-interlaced
->>28   byte            1               interlaced
+>16    belong          x               \b, %ld x
+>20    belong          x               %ld,
+>24    byte            x               %d-bit
+>25    byte            0               grayscale,
+>25    byte            2               \b/color RGB,
+>25    byte            3               colormap,
+>25    byte            4               gray+alpha,
+>25    byte            6               \b/color RGBA,
+#>26   byte            0               deflate/32K,
+>28    byte            0               non-interlaced
+>28    byte            1               interlaced
 
 # possible GIF replacements; none yet released!
 # (Greg Roelofs, newt@uchicago.edu)