1*36c0c0feStedu# $OpenBSD: gimp,v 1.1 2004/06/03 03:14:20 tedu Exp $ 2*36c0c0feStedu 3*36c0c0feStedu#------------------------------------------------------------------------------ 4*36c0c0feStedu# GIMP Gradient: file(1) magic for the GIMP's gradient data files 5*36c0c0feStedu# by Federico Mena <federico@nuclecu.unam.mx> 6*36c0c0feStedu 7*36c0c0feStedu0 string GIMP\ Gradient GIMP gradient data 8*36c0c0feStedu 9*36c0c0feStedu#------------------------------------------------------------------------------ 10*36c0c0feStedu# XCF: file(1) magic for the XCF image format used in the GIMP developed 11*36c0c0feStedu# by Spencer Kimball and Peter Mattis 12*36c0c0feStedu# ('Bucky' LaDieu, nega@vt.edu) 13*36c0c0feStedu 14*36c0c0feStedu0 string gimp\ xcf GIMP XCF image data, 15*36c0c0feStedu>9 string file version 0, 16*36c0c0feStedu>9 string v version 17*36c0c0feStedu>>10 string >\0 %s, 18*36c0c0feStedu>14 belong x %lu x 19*36c0c0feStedu>18 belong x %lu, 20*36c0c0feStedu>22 belong 0 RGB Color 21*36c0c0feStedu>22 belong 1 Greyscale 22*36c0c0feStedu>22 belong 2 Indexed Color 23*36c0c0feStedu>22 belong >2 Unknown Image Type. 24*36c0c0feStedu 25*36c0c0feStedu#------------------------------------------------------------------------------ 26*36c0c0feStedu# XCF: file(1) magic for the patterns used in the GIMP, developed 27*36c0c0feStedu# by Spencer Kimball and Peter Mattis 28*36c0c0feStedu# ('Bucky' LaDieu, nega@vt.edu) 29*36c0c0feStedu 30*36c0c0feStedu20 string GPAT GIMP pattern data, 31*36c0c0feStedu>24 string x %s 32*36c0c0feStedu 33*36c0c0feStedu#------------------------------------------------------------------------------ 34*36c0c0feStedu# XCF: file(1) magic for the brushes used in the GIMP, developed 35*36c0c0feStedu# by Spencer Kimball and Peter Mattis 36*36c0c0feStedu# ('Bucky' LaDieu, nega@vt.edu) 37*36c0c0feStedu 38*36c0c0feStedu20 string GIMP GIMP brush data 39