08-01-2019, 01:09 PM
(08-01-2019, 12:20 PM)The Prawn Wrote: One of the members on the r/PokemonMasters Discord made a little tool to batch convert multiple .ktx files at once.
https://cdn.discordapp.com/attachments/6...xtopng.zip
See if that helps.
Yes, it most certainly does! Thank you very much! And for any Linux users who also can't be bothered trying to find a Linux version of this (the main application has one so I bet this does too somewhere):
Code:
for i in *.ktx; do wine PVRTexToolCLI.exe -i $i -f r8g8b8a8 -d $i.png; done && rm *.pvr