Paintshop Pro PAL: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


// data
// data
x bytes (char) - palette entries
x bytes (char) - palette entries // e.g. "166 202 240"
</pre>
</pre>
</div>
</div>

Latest revision as of 10:23, 15 June 2022

Back to index | Edit this page

PAL

  • Format Type : Misc / Text
  • Endian Order : Little Endian
  • Signature : JASC-PAL


Format Specifications

// header
8 bytes (char) - signature // "JASC-PAL"

// data
x bytes (char) - palette entries  // e.g. "166 202 240"

Notes and Comments

None.

Games

List of games using this file format:

  • WarHeads SE (PC) (*.PAL)

QuickBMS Script

Not written yet.

Compatible Programs

  • Notepad++