Texture64 icon indicating copy to clipboard operation
Texture64 copied to clipboard

FEATURE REQUEST: Command line switches for use in scripts

Open OmbraRD opened this issue 4 years ago • 1 comments

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

OmbraRD avatar Jul 29 '21 22:07 OmbraRD

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.

queueRAM avatar Feb 25 '24 05:02 queueRAM