xref: /dragonfly/contrib/file/magic/Magdir/gimp (revision 6693db17)
1#------------------------------------------------------------------------------
2# GIMP Gradient: file(1) magic for the GIMP's gradient data files
3# by Federico Mena <federico@nuclecu.unam.mx>
4
50       string          GIMP\ Gradient  GIMP gradient data
6
7#------------------------------------------------------------------------------
8# XCF:  file(1) magic for the XCF image format used in the GIMP developed
9#       by Spencer Kimball and Peter Mattis
10#       ('Bucky' LaDieu, nega@vt.edu)
11
120	string		gimp\ xcf	GIMP XCF image data,
13>9	string		file		version 0,
14>9	string		v		version
15>>10	string		>\0		%s,
16>14	belong		x		%lu x
17>18	belong		x		%lu,
18>22     belong          0               RGB Color
19>22     belong          1               Greyscale
20>22     belong          2               Indexed Color
21>22	belong		>2		Unknown Image Type.
22
23#------------------------------------------------------------------------------
24# XCF:  file(1) magic for the patterns used in the GIMP, developed
25#       by Spencer Kimball and Peter Mattis
26#       ('Bucky' LaDieu, nega@vt.edu)
27
2820      string          GPAT            GIMP pattern data,
29>24     string          x               %s
30
31#------------------------------------------------------------------------------
32# XCF:  file(1) magic for the brushes used in the GIMP, developed
33#       by Spencer Kimball and Peter Mattis
34#       ('Bucky' LaDieu, nega@vt.edu)
35
3620      string          GIMP            GIMP brush data
37
38# GIMP Curves File
39# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
400	string	#\040GIMP\040Curves\040File	GIMP curve file
41