summaryrefslogtreecommitdiff
path: root/magic/Magdir/gimp
diff options
context:
space:
mode:
Diffstat (limited to 'magic/Magdir/gimp')
-rw-r--r--magic/Magdir/gimp20
1 files changed, 12 insertions, 8 deletions
diff --git a/magic/Magdir/gimp b/magic/Magdir/gimp
index a360bd8..516abb2 100644
--- a/magic/Magdir/gimp
+++ b/magic/Magdir/gimp
@@ -1,13 +1,17 @@
#------------------------------------------------------------------------------
-# $File: gimp,v 1.7 2010/09/20 18:55:20 rrt Exp $
-# GIMP Gradient: file(1) magic for the GIMP's gradient data files
+# $File: gimp,v 1.9 2014/04/30 21:41:02 christos Exp $
+# GIMP Gradient: file(1) magic for the GIMP's gradient data files (.ggr)
# by Federico Mena <federico@nuclecu.unam.mx>
-0 string GIMP\ Gradient GIMP gradient data
+0 string/t GIMP\ Gradient GIMP gradient data
+
+# GIMP palette (.gpl)
+# From: Markus Heidelberg <markus.heidelberg@web.de>
+0 string/t GIMP\ Palette GIMP palette data
#------------------------------------------------------------------------------
-# XCF: file(1) magic for the XCF image format used in the GIMP developed
+# XCF: file(1) magic for the XCF image format used in the GIMP (.xcf) developed
# by Spencer Kimball and Peter Mattis
# ('Bucky' LaDieu, nega@vt.edu)
@@ -16,15 +20,15 @@
>9 string file version 0,
>9 string v version
>>10 string >\0 %s,
->14 belong x %lu x
->18 belong x %lu,
+>14 belong x %u x
+>18 belong x %u,
>22 belong 0 RGB Color
>22 belong 1 Greyscale
>22 belong 2 Indexed Color
>22 belong >2 Unknown Image Type.
#------------------------------------------------------------------------------
-# XCF: file(1) magic for the patterns used in the GIMP, developed
+# XCF: file(1) magic for the patterns used in the GIMP (.pat), developed
# by Spencer Kimball and Peter Mattis
# ('Bucky' LaDieu, nega@vt.edu)
@@ -32,7 +36,7 @@
>24 string x %s
#------------------------------------------------------------------------------
-# XCF: file(1) magic for the brushes used in the GIMP, developed
+# XCF: file(1) magic for the brushes used in the GIMP (.gbr), developed
# by Spencer Kimball and Peter Mattis
# ('Bucky' LaDieu, nega@vt.edu)