1*b6cee71dSXin LI 2*b6cee71dSXin LI#------------------------------------------------------------------------------ 3*b6cee71dSXin LI# $File: visx,v 1.5 2009/09/19 16:28:13 christos Exp $ 4*b6cee71dSXin LI# visx: file(1) magic for Visx format files 5*b6cee71dSXin LI# 6*b6cee71dSXin LI0 short 0x5555 VISX image file 7*b6cee71dSXin LI>2 byte 0 (zero) 8*b6cee71dSXin LI>2 byte 1 (unsigned char) 9*b6cee71dSXin LI>2 byte 2 (short integer) 10*b6cee71dSXin LI>2 byte 3 (float 32) 11*b6cee71dSXin LI>2 byte 4 (float 64) 12*b6cee71dSXin LI>2 byte 5 (signed char) 13*b6cee71dSXin LI>2 byte 6 (bit-plane) 14*b6cee71dSXin LI>2 byte 7 (classes) 15*b6cee71dSXin LI>2 byte 8 (statistics) 16*b6cee71dSXin LI>2 byte 10 (ascii text) 17*b6cee71dSXin LI>2 byte 15 (image segments) 18*b6cee71dSXin LI>2 byte 100 (image set) 19*b6cee71dSXin LI>2 byte 101 (unsigned char vector) 20*b6cee71dSXin LI>2 byte 102 (short integer vector) 21*b6cee71dSXin LI>2 byte 103 (float 32 vector) 22*b6cee71dSXin LI>2 byte 104 (float 64 vector) 23*b6cee71dSXin LI>2 byte 105 (signed char vector) 24*b6cee71dSXin LI>2 byte 106 (bit plane vector) 25*b6cee71dSXin LI>2 byte 121 (feature vector) 26*b6cee71dSXin LI>2 byte 122 (feature vector library) 27*b6cee71dSXin LI>2 byte 124 (chain code) 28*b6cee71dSXin LI>2 byte 126 (bit vector) 29*b6cee71dSXin LI>2 byte 130 (graph) 30*b6cee71dSXin LI>2 byte 131 (adjacency graph) 31*b6cee71dSXin LI>2 byte 132 (adjacency graph library) 32*b6cee71dSXin LI>2 string .VISIX (ascii text) 33