Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 656 Bytes

README.org

File metadata and controls

30 lines (30 loc) · 656 Bytes

TLG_rs

Convert images to and from TLG image format

Supported TLG versions

  • [X] TLG0.0
  • [ ] TLG5.0
  • [X] TLG6.0

Supported actions

  • [X] TLG to Png
  • [ ] Png to TLG

Installation

cargo install --git https://github.com/forlos/tlg_rs.git --branch master

Usage

tlg [flags] <paths>

Example

  • Convert one file
tlg tlg_file1.tlg
  • Convert all tlg files in directory
tlg directory/*.tlg

References