Expand description
A Rust library for processing TLG files.
Structs§
- Tlg
- TLG Image
Enums§
- TlgColor
Type - TLG Color Type
- TlgError
- TLG Error
Functions§
- check_
tlg - Check if it’s a valid TLG.
- is_
valid_ tlg - Check if it’s a valid TLG.
- load_
tlg - Decode TLG image
- save_
tlg - Encode TLG image
Type Aliases§
- Result
- The result type for TLG operations.