RIFF Palette File
From Just Solve the File Format Problem
(Difference between revisions)
(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...") |
Revision as of 20:11, 5 October 2016
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.
Identification
Files begin with "FORM
", 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.
Specifications
- The format is defined in the RIFF specifications.