xref: /dragonfly/contrib/file/magic/Magdir/gimp (revision 0ca59c34)
1
2#------------------------------------------------------------------------------
3# $File: gimp,v 1.9 2014/04/30 21:41:02 christos Exp $
4# GIMP Gradient: file(1) magic for the GIMP's gradient data files (.ggr)
5# by Federico Mena <federico@nuclecu.unam.mx>
6
70       string/t        GIMP\ Gradient  GIMP gradient data
8
9# GIMP palette (.gpl)
10# From: Markus Heidelberg <markus.heidelberg@web.de>
110       string/t        GIMP\ Palette   GIMP palette data
12
13#------------------------------------------------------------------------------
14# XCF:  file(1) magic for the XCF image format used in the GIMP (.xcf) developed
15#       by Spencer Kimball and Peter Mattis
16#       ('Bucky' LaDieu, nega@vt.edu)
17
180	string		gimp\ xcf	GIMP XCF image data,
19!:mime	image/x-xcf
20>9	string		file		version 0,
21>9	string		v		version
22>>10	string		>\0		%s,
23>14	belong		x		%u x
24>18	belong		x		%u,
25>22     belong          0               RGB Color
26>22     belong          1               Greyscale
27>22     belong          2               Indexed Color
28>22	belong		>2		Unknown Image Type.
29
30#------------------------------------------------------------------------------
31# XCF:  file(1) magic for the patterns used in the GIMP (.pat), developed
32#       by Spencer Kimball and Peter Mattis
33#       ('Bucky' LaDieu, nega@vt.edu)
34
3520      string          GPAT            GIMP pattern data,
36>24     string          x               %s
37
38#------------------------------------------------------------------------------
39# XCF:  file(1) magic for the brushes used in the GIMP (.gbr), developed
40#       by Spencer Kimball and Peter Mattis
41#       ('Bucky' LaDieu, nega@vt.edu)
42
4320      string          GIMP            GIMP brush data
44
45# GIMP Curves File
46# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
470	string	#\040GIMP\040Curves\040File	GIMP curve file
48