1284194Sdelphij
2284194Sdelphij#------------------------------------------------------------------------------
3284194Sdelphij# $File: gimp,v 1.9 2014/04/30 21:41:02 christos Exp $
4284194Sdelphij# GIMP Gradient: file(1) magic for the GIMP's gradient data files (.ggr)
5284194Sdelphij# by Federico Mena <federico@nuclecu.unam.mx>
6284194Sdelphij
7284194Sdelphij0       string/t        GIMP\ Gradient  GIMP gradient data
8284194Sdelphij
9284194Sdelphij# GIMP palette (.gpl)
10284194Sdelphij# From: Markus Heidelberg <markus.heidelberg@web.de>
11284194Sdelphij0       string/t        GIMP\ Palette   GIMP palette data
12284194Sdelphij
13284194Sdelphij#------------------------------------------------------------------------------
14284194Sdelphij# XCF:  file(1) magic for the XCF image format used in the GIMP (.xcf) developed
15284194Sdelphij#       by Spencer Kimball and Peter Mattis
16284194Sdelphij#       ('Bucky' LaDieu, nega@vt.edu)
17284194Sdelphij
18284194Sdelphij0	string		gimp\ xcf	GIMP XCF image data,
19284194Sdelphij!:mime	image/x-xcf
20284194Sdelphij>9	string		file		version 0,
21284194Sdelphij>9	string		v		version
22284194Sdelphij>>10	string		>\0		%s,
23284194Sdelphij>14	belong		x		%u x
24284194Sdelphij>18	belong		x		%u,
25284194Sdelphij>22     belong          0               RGB Color
26284194Sdelphij>22     belong          1               Greyscale
27284194Sdelphij>22     belong          2               Indexed Color
28284194Sdelphij>22	belong		>2		Unknown Image Type.
29284194Sdelphij
30284194Sdelphij#------------------------------------------------------------------------------
31284194Sdelphij# XCF:  file(1) magic for the patterns used in the GIMP (.pat), developed
32284194Sdelphij#       by Spencer Kimball and Peter Mattis
33284194Sdelphij#       ('Bucky' LaDieu, nega@vt.edu)
34284194Sdelphij
35284194Sdelphij20      string          GPAT            GIMP pattern data,
36284194Sdelphij>24     string          x               %s
37284194Sdelphij
38284194Sdelphij#------------------------------------------------------------------------------
39284194Sdelphij# XCF:  file(1) magic for the brushes used in the GIMP (.gbr), developed
40284194Sdelphij#       by Spencer Kimball and Peter Mattis
41284194Sdelphij#       ('Bucky' LaDieu, nega@vt.edu)
42284194Sdelphij
43284194Sdelphij20      string          GIMP            GIMP brush data
44284194Sdelphij
45284194Sdelphij# GIMP Curves File
46284194Sdelphij# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
47284194Sdelphij0	string	#\040GIMP\040Curves\040File	GIMP curve file
48