Update README.md

This commit is contained in:
G2 2023-04-19 00:10:14 -05:00 committed by GitHub
parent 9ff891b02e
commit 12a159f4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,15 @@ A small collection of utilities for exporting and importing assets from Little B
The CZ0 header: The CZ0 header:
| Offset | Ex. Values | ASCII | Purpose | | Offset | Ex. Values | ASCII | Purpose |
|--------|------------|-------|-----------------------------------| |-------------|------------|-------|-----------------------------------|
| 0x00 | 43 5A 30 | CZ0 | Magic bytes to identify CZ0 files | | 0x00 - 0x02 | 43 5A 30 | CZ0 | Magic bytes to identify CZ0 files |
| 0x03 | --- | --- | ---[Unknown]--- |
| 0x04 | 24 | 36 | Header length in bytes | | 0x04 | 24 | 36 | Header length in bytes |
| 0x05 - 0x07 | --- | --- | ---[Unknown]--- |
| 0x08 | 58 01 | 344 | Width of the image in pixels | | 0x08 | 58 01 | 344 | Width of the image in pixels |
| 0x0A | DC 02 | 732 | Height of the image in pixels | | 0x0A | DC 02 | 732 | Height of the image in pixels |
| 0x0C | 20 | 32 | Bit depth of the image | | 0x0C | 20 | 32 | Bit depth of the image |
| 0x0D - 0x13 | --- | --- | ---[Unknown]--- |
| 0x14 | 58 01 | 344 | Width of image crop | | 0x14 | 58 01 | 344 | Width of image crop |
| 0x16 | DC 02 | 732 | Height of image crop | | 0x16 | DC 02 | 732 | Height of image crop |
| 0x18 | 00 05 | 1280 | Width of image bounding box | | 0x18 | 00 05 | 1280 | Width of image bounding box |