gimp 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #------------------------------------------------------------------------------
  2. # $File: gimp,v 1.7 2010/09/20 18:55:20 rrt 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. !:mime image/x-xcf
  12. >9 string file version 0,
  13. >9 string v version
  14. >>10 string >\0 %s,
  15. >14 belong x %lu x
  16. >18 belong x %lu,
  17. >22 belong 0 RGB Color
  18. >22 belong 1 Greyscale
  19. >22 belong 2 Indexed Color
  20. >22 belong >2 Unknown Image Type.
  21. #------------------------------------------------------------------------------
  22. # XCF: file(1) magic for the patterns used in the GIMP, developed
  23. # by Spencer Kimball and Peter Mattis
  24. # ('Bucky' LaDieu, nega@vt.edu)
  25. 20 string GPAT GIMP pattern data,
  26. >24 string x %s
  27. #------------------------------------------------------------------------------
  28. # XCF: file(1) magic for the brushes used in the GIMP, developed
  29. # by Spencer Kimball and Peter Mattis
  30. # ('Bucky' LaDieu, nega@vt.edu)
  31. 20 string GIMP GIMP brush data
  32. # GIMP Curves File
  33. # From: "Nelson A. de Oliveira" <naoliv@gmail.com>
  34. 0 string #\040GIMP\040Curves\040File GIMP curve file