xref: /freebsd/contrib/file/magic/Magdir/gimp (revision 44e86fbdcf5a3e625095652a3d0ab99532e54eea)
1b6cee71dSXin LI
2b6cee71dSXin LI#------------------------------------------------------------------------------
3*d38c30c0SXin LI# $File: gimp,v 1.10 2019/10/15 18:19:40 christos Exp $
4b6cee71dSXin LI# GIMP Gradient: file(1) magic for the GIMP's gradient data files (.ggr)
5b6cee71dSXin LI# by Federico Mena <federico@nuclecu.unam.mx>
6b6cee71dSXin LI
7b6cee71dSXin LI0       string/t        GIMP\ Gradient  GIMP gradient data
8*d38c30c0SXin LI#!:mime	text/plain
9*d38c30c0SXin LI!:mime	text/x-gimp-ggr
10*d38c30c0SXin LI!:ext	ggr
11b6cee71dSXin LI
12b6cee71dSXin LI# GIMP palette (.gpl)
13b6cee71dSXin LI# From: Markus Heidelberg <markus.heidelberg@web.de>
14b6cee71dSXin LI0       string/t        GIMP\ Palette   GIMP palette data
15*d38c30c0SXin LI# URL:		https://docs.gimp.org/en/gimp-concepts-palettes.html
16*d38c30c0SXin LI# Reference:	http://fileformats.archiveteam.org/wiki/GIMP_Palette
17*d38c30c0SXin LI#!:mime	text/plain
18*d38c30c0SXin LI!:mime	text/x-gimp-gpl
19*d38c30c0SXin LI!:ext	gpl
20b6cee71dSXin LI
21b6cee71dSXin LI#------------------------------------------------------------------------------
22b6cee71dSXin LI# XCF:  file(1) magic for the XCF image format used in the GIMP (.xcf) developed
23b6cee71dSXin LI#       by Spencer Kimball and Peter Mattis
24b6cee71dSXin LI#       ('Bucky' LaDieu, nega@vt.edu)
25b6cee71dSXin LI
26*d38c30c0SXin LI# URL:		https://en.wikipedia.org/wiki/XCF_(file_format)
27*d38c30c0SXin LI# Reference:	https://gitlab.gnome.org/GNOME/gimp/blob/master/devel-docs/xcf.txt
28b6cee71dSXin LI0	string		gimp\ xcf	GIMP XCF image data,
29b6cee71dSXin LI!:mime	image/x-xcf
30*d38c30c0SXin LI!:ext	xcf
31b6cee71dSXin LI>9	string		file		version 0,
32b6cee71dSXin LI>9	string		v		version
33b6cee71dSXin LI>>10	string		>\0		%s,
34b6cee71dSXin LI>14	belong		x		%u x
35b6cee71dSXin LI>18	belong		x		%u,
36b6cee71dSXin LI>22     belong          0               RGB Color
37b6cee71dSXin LI>22     belong          1               Greyscale
38b6cee71dSXin LI>22     belong          2               Indexed Color
39b6cee71dSXin LI>22	belong		>2		Unknown Image Type.
40b6cee71dSXin LI
41b6cee71dSXin LI#------------------------------------------------------------------------------
42b6cee71dSXin LI# XCF:  file(1) magic for the patterns used in the GIMP (.pat), developed
43b6cee71dSXin LI#       by Spencer Kimball and Peter Mattis
44b6cee71dSXin LI#       ('Bucky' LaDieu, nega@vt.edu)
45b6cee71dSXin LI
46*d38c30c0SXin LI# Reference:	http://fileformats.archiveteam.org/wiki/GIMP_Pattern
47b6cee71dSXin LI20      string          GPAT            GIMP pattern data,
48b6cee71dSXin LI>24     string          x               %s
49*d38c30c0SXin LI!:mime	image/x-gimp-pat
50*d38c30c0SXin LI!:ext	pat
51b6cee71dSXin LI
52b6cee71dSXin LI#------------------------------------------------------------------------------
53b6cee71dSXin LI# XCF:  file(1) magic for the brushes used in the GIMP (.gbr), developed
54b6cee71dSXin LI#       by Spencer Kimball and Peter Mattis
55b6cee71dSXin LI#       ('Bucky' LaDieu, nega@vt.edu)
56b6cee71dSXin LI
57b6cee71dSXin LI20      string          GIMP            GIMP brush data
58*d38c30c0SXin LI# Reference:	http://fileformats.archiveteam.org/wiki/GIMP_Brush
59*d38c30c0SXin LI!:mime	image/x-gimp-gbr
60*d38c30c0SXin LI# some sources also list gpb
61*d38c30c0SXin LI!:ext	gbr
62*d38c30c0SXin LI
63*d38c30c0SXin LI# From:		Joerg Jenderek
64*d38c30c0SXin LI# URL:		https://docs.gimp.org/en/gimp-using-animated-brushes.html
65*d38c30c0SXin LI# Reference:	http://fileformats.archiveteam.org/wiki/GIMP_Animated_Brush
66*d38c30c0SXin LI# share\gimp\2.0\brushes\Legacy\confetti.gih
67*d38c30c0SXin LI0	search/21/b	\040ncells:		GIMP animated brush data
68*d38c30c0SXin LI!:mime	image/x-gimp-gih
69*d38c30c0SXin LI!:ext	gih
70b6cee71dSXin LI
71b6cee71dSXin LI# GIMP Curves File
72b6cee71dSXin LI# From: "Nelson A. de Oliveira" <naoliv@gmail.com>
73b6cee71dSXin LI0	string	#\040GIMP\040Curves\040File	GIMP curve file
74*d38c30c0SXin LI#!:mime	text/plain
75*d38c30c0SXin LI!:mime	text/x-gimp-curve
76*d38c30c0SXin LI!:ext	/txt
77*d38c30c0SXin LI
78