]> granicus.if.org Git - file/commitdiff
comment out RI image magic.
authorChristos Zoulas <christos@zoulas.com>
Thu, 26 Jul 2001 13:18:46 +0000 (13:18 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 26 Jul 2001 13:18:46 +0000 (13:18 +0000)
magic/Magdir/images

index 9cdc44c4987aea77610ea1cdd77eb6a63ac2f768..6c1d685f1b52e3187af8f46585dc08777a7eb667 100644 (file)
 >5     byte    0x00            (white background)
 >5     byte    0xFF            (black background)
 
+# XXX:
+# This is bad magic 0x5249 == 'RI' conflicts with RIFF and other
+# magic.
 # SGI RICE image file <mpruett@sgi.com>
-     beshort 0x5249          RICE image
->2     beshort x               v%d
->4     beshort x               (%d x
->6     beshort x               %d)
->8     beshort 0               8 bit
->8     beshort 1               10 bit
->8     beshort 2               12 bit
->8     beshort 3               13 bit
->10    beshort 0               4:2:2
->10    beshort 1               4:2:2:4
->10    beshort 2               4:4:4
->10    beshort 3               4:4:4:4
->12    beshort 1               RGB
->12    beshort 2               CCIR601
->12    beshort 3               RP175
->12    beshort 4               YUV
+#0     beshort 0x5249          RICE image
+#>2    beshort x               v%d
+#>4    beshort x               (%d x
+#>6    beshort x               %d)
+#>8    beshort 0               8 bit
+#>8    beshort 1               10 bit
+#>8    beshort 2               12 bit
+#>8    beshort 3               13 bit
+#>10   beshort 0               4:2:2
+#>10   beshort 1               4:2:2:4
+#>10   beshort 2               4:4:4
+#>10   beshort 3               4:4:4:4
+#>12   beshort 1               RGB
+#>12   beshort 2               CCIR601
+#>12   beshort 3               RP175
+#>12   beshort 4               YUV