gimp 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. #------------------------------------------------------------------------------
  2. # $File: gimp,v 1.6 2009/09/19 16:28:09 christos Exp $
  3. # GIMP Gradient: file(1) magic for the GIMP's gradient data files
  4. # by Federico Mena <federico@nuclecu.unam.mx>
  5. 0 string GIMP\ Gradient GIMP gradient data
  6. #------------------------------------------------------------------------------
  7. # XCF: file(1) magic for the XCF image format used in the GIMP developed
  8. # by Spencer Kimball and Peter Mattis
  9. # ('Bucky' LaDieu, nega@vt.edu)
  10. 0 string gimp\ xcf GIMP XCF image data,
  11. >9 string file version 0,
  12. >9 string v version
  13. >>10 string >\0 %s,
  14. >14 belong x %lu x
  15. >18 belong x %lu,
  16. >22 belong 0 RGB Color
  17. >22 belong 1 Greyscale
  18. >22 belong 2 Indexed Color
  19. >22 belong >2 Unknown Image Type.
  20. #------------------------------------------------------------------------------
  21. # XCF: file(1) magic for the patterns used in the GIMP, developed
  22. # by Spencer Kimball and Peter Mattis
  23. # ('Bucky' LaDieu, nega@vt.edu)
  24. 20 string GPAT GIMP pattern data,
  25. >24 string x %s
  26. #------------------------------------------------------------------------------
  27. # XCF: file(1) magic for the brushes used in the GIMP, developed
  28. # by Spencer Kimball and Peter Mattis
  29. # ('Bucky' LaDieu, nega@vt.edu)
  30. 20 string GIMP GIMP brush data
  31. # GIMP Curves File
  32. # From: "Nelson A. de Oliveira" <naoliv@gmail.com>
  33. 0 string #\040GIMP\040Curves\040File GIMP curve file