mirror of
https://github.com/encounter/squish-rs.git
synced 2026-07-11 06:18:39 -07:00
Squish_cli
A commandline utility for compressing images to DDS files using BC1/2/3/4/5. Serves mainly as a usage example of squish.
Installation
cargo install squish_cli
Usage
Compress image to DDS:
squish compress infile.png -f BC1
Decompress DDS file (only PNG output is supported for now)
squish decompress infile.dds
For more details:
squish help
Todo
- Move from structopt to clap 3 (once it's released)