RIFF Palette File

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|pal}} |pronom={{PRONOM|fmt/624}} }} '''RIFF Palette File''' is a simple RIFF-based format for storin...")
 
(Changed magic.)
 
Line 10: Line 10:
  
 
== Identification ==
 
== Identification ==
Files begin with "{{magic|FORM}}", and have "{{magic|PAL }}" at offset 8.
+
Files begin with "{{magic|RIFF}}", and have "{{magic|PAL }}" at offset 8.
  
 
For '''Simple PAL Format''', "{{magic|data}}" should appear at offset 12.
 
For '''Simple PAL Format''', "{{magic|data}}" should appear at offset 12.

Latest revision as of 12:48, 3 September 2017

File Format
Name RIFF Palette File
Ontology
Extension(s) .pal
PRONOM fmt/624

RIFF Palette File is a simple RIFF-based format for storing a color palette in a file by itself.

Such a palette could theoretically be referenced by another RIFF-based file, using an "XPLT" chunk.

[edit] Identification

Files begin with "RIFF", and have "PAL " at offset 8.

For Simple PAL Format, "data" should appear at offset 12.

For Extended PAL Format, "plth" should appear at offset 12.

[edit] Specifications

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox