ImageHeat is a program for viewing encoded textures. It's free and open source.
ATTENTION! THIS PROGRAM IS STILL IN DEVELOPMENT! IT MAY NOT WORK AS EXPECTED!
ImageHeat supports all popular image formats like RGBA8888, RGB565, DXT1 etc. All formats supported by ReverseBox should be supported by ImageHeat as well.
There is also support for texture unswizzlig for popular platforms like PSP, PS2, PS3, PS4, XBOX etc.
- Download and install Python 3.11.6. Remember to add Python to PATH during installation
- Download project's source code and save it in "ImageHeat-master" directory
- Go to the directory containing source code
cd ImageHeat-master
- Create virtualenv and activate it
python -m venv my_env
.\my_env\Scripts\activate.bat
- Install all libraries from requirements.txt file
pip install -r requirements.txt
- Add project's directory to PYTHONPATH environment variable
set PYTHONPATH=C:\Users\user\Desktop\ImageHeat-master
- Run the src\main.py file
python src\main.py