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