Skip to content

Argument Rewrite

Compare
Choose a tag to compare
@Torphedo Torphedo released this 27 Jan 03:58

New in this release:

  • Rewrote argument parsing code
  • Arguments and filenames can now be passed in any order, the last filename passed in will be used and all previous ones ignored
  • Added a --silent flag that disables all printing to the console
  • Added --tga and --dds flags, to give the user a way to access both the TGA and DDS output code. Outputting as TGA will not change the filenames, so you'll still need to run ren *.tga *.dds or rename each DDS individually to open the outputted TGA files.
  • Added a --dump-images flag, which doesn't do anything right now. If any arguments are passed other than a filename, it will automatically default to what used to be the --dump flag.