Crate libtlg_rs

Crate libtlg_rs 

Source
Expand description

A Rust library for processing TLG files.

Structs§

Tlg
TLG Image

Enums§

TlgColorType
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.