Jack Orlando PM PBM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == PM, PBM == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Spec...") |
imported>Ikskoks |
||
| Line 23: | Line 23: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* Images can be compressed with '''RLE algorithm'''. | * Images can be compressed with '''RLE algorithm'''. <br> | ||
Row-first indices of each pixel. The first 7 bits are the index and the last bit is a RLE flag (if 1, repeat index by the value of the next byte). | |||
=== Games === | === Games === | ||
Revision as of 21:19, 11 May 2021
Back to index | Edit this page
PM, PBM
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
2 bytes (uint16) - width 2 bytes (uint16) - height x bytes - palette data x bytes - image data
MultiEx BMS Script
Not written yet.
Notes and Comments
- Images can be compressed with RLE algorithm.
Row-first indices of each pixel. The first 7 bits are the index and the last bit is a RLE flag (if 1, repeat index by the value of the next byte).
Games
List of games using this file format:
- Jack Orlando
Compatible Programs
None.