5 releases (2 stable)
1.0.1 | Jul 7, 2023 |
---|---|
1.0.0 | Apr 24, 2023 |
0.1.2 | Mar 5, 2023 |
0.1.1 | Mar 5, 2023 |
0.1.0 | Mar 4, 2023 |
#2345 in Command line utilities
52KB
203 lines
squale
A small utility upscaling or downscaling images.
Installation
cargo install squale
Usage
Specify the dimensions that output images must fit and pass image path(s) as argument:
squale --fit 800x600 trav/tracteurs/*
Squale filters out non images and files whose name looks like its own output.
Generated images are named according to the specified fitting rectangle (real image dimensions may be smaller, as proportions are kept).
For example, assuming you have those files:
Run
squale --fit 800x600 trav/tracteurs/*
Then, you'll get
List of arguments is available on squale --help
Output images
Images are scaled up or down with the Lanczos sampling algorithm (window 3) which isn't terribly fast but gives excellent results.
Scaled PNG, ICO, and BMP images are saved as PNG.
Other kinds of images are saved as JPEG. Default quality is 85 but it can be changed with the --jpeg-quality
parameter.
Dependencies
~10MB
~156K SLoC