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