# **ImageConverter**

## **Introduction**
**ImageConverter** is made by **wails** and **golang**, it contains two main functions:

1.**Converter**: convert png files to bmp and bin files

2.**Combiner**: combine all bin files to one bin file base on config excel file such as HighiaALConfig.xlsx

## **Config by Excel**
**the first four sheets must not be moved.**

**sheet 0** --> png files convert to bin files 

**sheet 1** --> png files convert to **CHL** bmp files 

**sheet 2** --> png files convert to **RCL** bmp files 

**sheet 3** --> bin files combine to one bin file

## **Usage**
run build/bin/imgconverter

## **Screenshot**
<img src="screenshots/screenshot1.png">
<img src="screenshots/screenshot2.png">
<img src="screenshots/screenshot3.png">
