1
Discussion - EVE / Re: Linux ASTC encoder
« on: July 27, 2022, 08:30:32 AM »
Hello!
What I would like to know is how to convert with Linux. Apparently you are also using a program named astcenc.
There is a program with a similar name on Linux. I have noticed that the linux version has a 16-byte header,
and the asset builder's raw format doesn't. What I would need to know s whether the asset builder is a regular
astcenc like the one that can be found on GitHub, or whether it's a BridgeTek proprietary format.
For instance Linux' astc encoder does not have a -f option and -g either.
Thanks for any hint.
R
What I would like to know is how to convert with Linux. Apparently you are also using a program named astcenc.
There is a program with a similar name on Linux. I have noticed that the linux version has a 16-byte header,
and the asset builder's raw format doesn't. What I would need to know s whether the asset builder is a regular
astcenc like the one that can be found on GitHub, or whether it's a BridgeTek proprietary format.
For instance Linux' astc encoder does not have a -f option and -g either.
Thanks for any hint.
R
Hello,
The method we advise using utilises Eve Asset Builder’s (EAB) command line mode and should save you a lot of time.
After installing EAB, you can run the image converter from the installation folder, for example:
“eab_tools img_cvt -i C:/Users/Pictures/appleicon.png -f 20 -o C:/Users/Pictures/temp -e thorough -x "C:/Users/Public/Documents/EVE Asset Builder 2.6.0_3.0.0/tools/astcenc.exe" -gâ€
The input file is “appleicon†and output folder is “C:/Users/Pictures/tempâ€.
Best regards, BRT Community