Skip to content

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

License

Notifications You must be signed in to change notification settings

ronvoluted/dds-to-img

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages