Crates.io | squish_cli |
lib.rs | squish_cli |
version | 2.0.0-beta1 |
source | src |
created_at | 2018-09-10 09:51:16.682613 |
updated_at | 2021-11-15 22:50:15.090709 |
description | A commandline utility for compressing images to DDS files using BC1/2/3. Serves mainly as a usage example of squish. |
homepage | https://github.com/jansol/squish-rs |
repository | https://github.com/jansol/squish-rs |
max_upload_size | |
id | 83933 |
size | 32,674 |
A commandline utility for compressing images to DDS files using BC1/2/3/4/5. Serves mainly as a usage example of squish.
cargo install squish_cli
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