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