Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 1.07 KB

DDS-to-img

Rust CLI to recursively convert a directory of DDS files to other image formats.

Usage

  1. ffmpeg must be installed and in your path.
  2. texconv must be installed and in your path.
  3. Run dds-to-img.exe on a directory of *.dds files
dds-to-img <directory> [{png|webp}]

Example:

dds-to-img textures/ui webp

The directory structure will be maintained and output to a new sibling folder named <directory>_<image format>

Arguments

  • directory (required): Folder to look for *.dds files in.
  • {png|webp} (optional): Image format to convert to. Defaults to png.