sic-0.9.0
Primary change(s):
- Add image operation option functionality
Enable an option by usingset
and disable it again by usingdel
.
Available options:set resize keep_aspect_ratio
set resize sampling_filter <value>
- Add 'crop' image operation
- Add '-x' as shorthand for, and set '-A' to be an alias for '--apply-operations'.
⚠️ Breaking change: require the;
separator between image operations⚠️ Breaking change: renamed--force-format
to--output-format
⚠️ Breaking change: renamed--script
to--apply-operations
Builds:
⛰️ Windows gnu toolchain:
command: cargo +stable-x86_64-pc-windows-gnu build --release
version: rustc 1.35.0 (3c235d560 2019-05-20)
result:
sic.exe
orsic-0.9.0-x86_64-pc-windows-gnu.zip
🏔️ Windows msvc toolchain:
command: cargo +stable-x86_64-pc-windows-msvc build --release
version: rustc 1.35.0 (3c235d560 2019-05-20)
result:
sic-0.9.0-x86_64-pc-windows-msvc.zip
🏞️ Linux build:
command: cargo +stable-x86_64-unknown-linux-gnu build --release
version: rustc 1.36.0 (a53f9df32 2019-07-03)
result:
sic
orsic-0.9.0-x86_64-unknown-linux-gnu.xz