GIMP Palette
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|gpl}} }} GIMP Palette is a file format used by the GIMP graphics editor for storing color palettes. ...")  | 
			|||
| Line 4: | Line 4: | ||
|extensions={{ext|gpl}}  | |extensions={{ext|gpl}}  | ||
}}  | }}  | ||
| − | [[GIMP Palette]] is a file format used by the GIMP graphics editor for storing color palettes. It is a simple plain text format  | + | [[GIMP Palette]] is a file format used by the [[GIMP]] graphics editor for storing color palettes. It is a simple plain text format.  | 
| − | + | ||
| − | + | ||
== Identification ==  | == Identification ==  | ||
| − | Files begin with the text "  | + | Files begin with the text "{{magic|GIMP Palette}}".  | 
== Software ==  | == Software ==  | ||
| − | * [  | + | * [[GIMP]]  | 
== Sample files ==  | == Sample files ==  | ||
* Many palette files are included with the GIMP source distribution, and installed with GIMP. For example, [http://download.gimp.org/pub/gimp/v2.8/gimp-2.8.14.tar.bz2 gimp-2.8.14.tar.bz2] → data/palettes/*.gpl  | * Many palette files are included with the GIMP source distribution, and installed with GIMP. For example, [http://download.gimp.org/pub/gimp/v2.8/gimp-2.8.14.tar.bz2 gimp-2.8.14.tar.bz2] → data/palettes/*.gpl  | ||
Revision as of 17:13, 24 December 2020
GIMP Palette is a file format used by the GIMP graphics editor for storing color palettes. It is a simple plain text format.Identification
Files begin with the text "GIMP Palette".
Software
Sample files
- Many palette files are included with the GIMP source distribution, and installed with GIMP. For example, gimp-2.8.14.tar.bz2 → data/palettes/*.gpl