Skip to content

Forlos/tlg_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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