xref: /dragonfly/contrib/file/magic/Magdir/gimp (revision bcb3e04d)
1
2#------------------------------------------------------------------------------
3# $File: gimp,v 1.6 2009/09/19 16:28:09 christos Exp $
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
40# GIMP Curves File
41# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
420	string	#\040GIMP\040Curves\040File	GIMP curve file
43