Windows icon

This commit is contained in:
2025-02-12 00:18:54 -06:00
parent 3517977de4
commit 6e15b0ec59
6 changed files with 49 additions and 1 deletions

View File

@@ -6,4 +6,12 @@
It automatically handles scaling and properly formatting your image to get exactly the right quality you want. It even splices large textures (>256px in any direction) so they will appear the highest quality possible within the Worlds client, no additional tweaking necessary.
Simply put your frames into the executable and it will do the rest. <u>Make sure you have COMPIMG.EXE in the same folder (all lowercase).</u> This tool will <u>**overwrite**</u> any files that get in the way so you should set aside a dedicated folder for your work to take place.
Linux only at this time. Future versions will have QOL improvements and potentially a GUI.
### Compiling for Windows
You will need Visual Studio 2022 and a copy of ImageMagick installed on your computer. You can then open the included solution file and build with MSVC.
Please install the MagickWand headers and libraries using one of the binary installers from https://imagemagick.org/script/download.php#windows
### Compiling for Mac OS X, Linux, BSD
KAvEAT can be compiled using the included CMake script. Please install ImageMagick from your package manager before building.
**WINE must be installed on your computer for KAvEAT to function correctly!**
**Only the CLI version of the program is supported on Unix systems.**