gimp 1.4 KB

1234567891011121314151617181920212223242526272829303132
  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\ file GIMP XCF image data,
  10. >14 belong x %ld x
  11. >18 belong x %ld,
  12. >22 belong 0 RGB Color
  13. >22 belong 1 Greyscale
  14. >22 belong 2 Indexed Color
  15. #------------------------------------------------------------------------------
  16. # XCF: file(1) magic for the patterns used in the GIMP, developed
  17. # by Spencer Kimball and Peter Mattis
  18. # ('Bucky' LaDieu, nega@vt.edu)
  19. 20 string GPAT GIMP pattern data,
  20. >24 string x %s
  21. #------------------------------------------------------------------------------
  22. # XCF: file(1) magic for the brushes used in the GIMP, developed
  23. # by Spencer Kimball and Peter Mattis
  24. # ('Bucky' LaDieu, nega@vt.edu)
  25. 20 string GIMP GIMP brush data