Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 471 Bytes

cimtool

Convert between libgdx defined CIM image format to PNG.

Usage

Run in cmd or powershell.

java -jar cimtool-<version>.jar <Filepath>

Automatically convert CIM file with suffix ".cim" to PNG file with suffix ".png", and convert PNG file to CIM file.

I recommand to use bash or powershell which gives the wildcard arguments.

java -jar cimtool-<version>.jar *.cim
java -jar cimtool-<version>.jar *.png