xref: /openbsd-src/usr.bin/file/magdir/gimp (revision 36c0c0fe52d85499b9387838d17594792563476f)
1#	$OpenBSD: gimp,v 1.1 2004/06/03 03:14:20 tedu Exp $
2
3#------------------------------------------------------------------------------
4# GIMP Gradient: file(1) magic for the GIMP's gradient data files
5# by Federico Mena <federico@nuclecu.unam.mx>
6
70       string          GIMP\ Gradient  GIMP gradient data
8
9#------------------------------------------------------------------------------
10# XCF:  file(1) magic for the XCF image format used in the GIMP developed
11#       by Spencer Kimball and Peter Mattis
12#       ('Bucky' LaDieu, nega@vt.edu)
13
140	string		gimp\ xcf	GIMP XCF image data,
15>9	string		file		version 0,
16>9	string		v		version
17>>10	string		>\0		%s,
18>14	belong		x		%lu x
19>18	belong		x		%lu,
20>22     belong          0               RGB Color
21>22     belong          1               Greyscale
22>22     belong          2               Indexed Color
23>22	belong		>2		Unknown Image Type.
24
25#------------------------------------------------------------------------------
26# XCF:  file(1) magic for the patterns used in the GIMP, developed
27#       by Spencer Kimball and Peter Mattis
28#       ('Bucky' LaDieu, nega@vt.edu)
29
3020      string          GPAT            GIMP pattern data,
31>24     string          x               %s
32
33#------------------------------------------------------------------------------
34# XCF:  file(1) magic for the brushes used in the GIMP, developed
35#       by Spencer Kimball and Peter Mattis
36#       ('Bucky' LaDieu, nega@vt.edu)
37
3820      string          GIMP            GIMP brush data
39