queueRAM / Texture64

N64 Texture Ripper and Editor
MIT License
86 stars 10 forks source link

FEATURE REQUEST: Command line switches for use in scripts #9

Open OmbraRD opened 3 years ago

OmbraRD commented 3 years ago

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
queueRAM commented 6 months ago

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.