Texture64
Texture64 copied to clipboard
FEATURE REQUEST: Command line switches for use in scripts
It would be very cool to have command line switches where Texture64 is launched in a headless state and can, knowing offsets and format, export/import PNGs
Examples:
texture64.exe export some.file 0x01234 -codec:ci4 -palette:0x0123 some.png
texture64.exe import some.png some.file 0x01234 -codec:ci4
I have a separate command line tool n64graphics written in C as part of the sm64tools repo which does just this. If you have a need for a C# version from this repo, it could be added here too.