mborgerson / pyxbe

Python 3 library to read and write XBE files, the executable file format for the original Xbox game console
http://pyxbe.readthedocs.io/
MIT License
17 stars 10 forks source link

Add logo codec #4

Closed mborgerson closed 2 years ago

mborgerson commented 4 years ago

The "Microsoft" logo displayed beneath the Xbox "X" logo when starting an XBE is embedded within the XBE (see XBE image header fields logo_addr and logo_size). This is a simple RLE image with format described here. It would be helpful to be able to encode/decode this image.