07-08-2020, 03:00 AM
It's a command line tool so you should just be able to run it and it will show the results (which can be redirected to a file to avoid having to copy 'n paste from the terminal):
Code:
./tools/rle_encode.py --help
./tools/rle_encode.py --2bit myimage.png > myimage.py
./tools/rle_encode.py --2bit image1.png image2.png image3.png > images.py