Files
Luke Street 69675cf7e2 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	squish/src/lib.rs
2021-08-30 14:51:03 -04:00
..
2021-08-29 16:23:01 +03:00
2021-08-29 16:28:29 +03:00
2021-08-30 03:15:29 +03:00

Squish_cli

Build Status

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)