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

Implement logo encoding/decoding and extraction #20

Closed thrimbor closed 2 years ago

thrimbor commented 2 years ago

This implements decoding and encoding of the logo format. I tested it by decoding and encoding the logo of a game XBE, putting it into a new XBE with cxbe, and extracting it with pyxbe again. The images looked identical, but it appears that our code compresses better.

Fixes https://github.com/mborgerson/pyxbe/issues/4

mborgerson commented 2 years ago

Nice, thanks