xref: /dragonfly/contrib/file/magic/Magdir/flif (revision fef7d5c7)
1
2#------------------------------------------------------------------------------
3#	$File: flif,v 1.1 2015/11/23 22:04:36 christos Exp $
4#	flif:	Magic	data	for	file(1)	command.
5#	FLIF	(Free	Lossless	Image	Format)
6
70	string	FLIF	FLIF
8>4	string	<H	image data
9>>6	beshort	x	\b, %u
10>>8	beshort	x	\bx%u
11>>5	string	1	\b, 8-bit/color,
12>>5	string	2	\b, 16-bit/color,
13>>4	string	1	\b, grayscale, non-interlaced
14>>4	string	3	\b, RGB, non-interlaced
15>>4	string	4	\b, RGBA, non-interlaced
16>>4	string	A	\b, grayscale
17>>4	string	C	\b, RGB, interlaced
18>>4	string	D	\b, RGBA, interlaced
19>4	string	>H	\b, animation data
20>>5	ubyte	<255	\b, %i frames
21>>>7	beshort	x	\b, %u
22>>>9	beshort	x	\bx%u
23>>>6	string	=1	\b, 8-bit/color
24>>>6	string	=2	\b, 16-bit/color
25>>5	ubyte	0xFF
26>>>6	beshort	x	\b, %i frames,
27>>>9	beshort	x	\b, %u
28>>>11	beshort	x	\bx%u
29>>>8	string	=1	\b, 8-bit/color
30>>>8	string	=2	\b, 16-bit/color
31>>4	string	=Q	\b, grayscale, non-interlaced
32>>4	string	=S	\b, RGB, non-interlaced
33>>4	string	=T	\b, RGBA, non-interlaced
34>>4	string	=a	\b, grayscale
35>>4	string	=c	\b, RGB, interlaced
36>>4	string	=d	\b, RGBA, interlaced
37