gimp 1.4 KB

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