xref: /dragonfly/contrib/file/magic/Magdir/gimp (revision 926deccb)
1
2#------------------------------------------------------------------------------
3# $File: gimp,v 1.7 2010/09/20 18:55:20 rrt 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!:mime	image/x-xcf
16>9	string		file		version 0,
17>9	string		v		version
18>>10	string		>\0		%s,
19>14	belong		x		%lu x
20>18	belong		x		%lu,
21>22     belong          0               RGB Color
22>22     belong          1               Greyscale
23>22     belong          2               Indexed Color
24>22	belong		>2		Unknown Image Type.
25
26#------------------------------------------------------------------------------
27# XCF:  file(1) magic for the patterns used in the GIMP, developed
28#       by Spencer Kimball and Peter Mattis
29#       ('Bucky' LaDieu, nega@vt.edu)
30
3120      string          GPAT            GIMP pattern data,
32>24     string          x               %s
33
34#------------------------------------------------------------------------------
35# XCF:  file(1) magic for the brushes used in the GIMP, developed
36#       by Spencer Kimball and Peter Mattis
37#       ('Bucky' LaDieu, nega@vt.edu)
38
3920      string          GIMP            GIMP brush data
40
41# GIMP Curves File
42# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
430	string	#\040GIMP\040Curves\040File	GIMP curve file
44