Releases: jihchi/dify
Releases · jihchi/dify
v0.3.3
What's Changed
- Add supports for anti-aliasing #5
- Parallelise image loading and decoding (performance improvement)
- [BREAKING CHANGE] Adjust CLI parameters #6
- Add supports for blending factor of unchanged pixels in the diff output #10
CLI parameters has been changed
Before | After | |
---|---|---|
🚨 The file path of the left image (original) | -l, --left FILE |
REMOVED in favor of dify [options] <LEFT> <RIGHT> |
🚨 The file path of the right image (comparing) | -r, --right FILE |
REMOVED in favor of dify [options] <LEFT> <RIGHT> |
🚨 Don't check image dimensions | -d, --dont-check-dimensions |
-i, --ignore-dimensions |
🚨 Copies specific image to output as base | -b, --diff-based-on-left |
-c, --copy-image [{left, right}] |
🎉 Blending factor of unchanged pixels in the diff output (new) | -a, --alpha [NUM] |
|
🎉 Detect anti-aliased pixels (new) | -d, --detect-anti-aliased |
Full Changelog: v0.3.2...v0.3.3
v0.3.3-alpha.3
(cargo-release) dify version 0.3.3-alpha.3
v0.3.3-alpha.2
(cargo-release) dify version 0.3.3-alpha.2
v0.3.3-alpha.1
(cargo-release) dify version 0.3.3-alpha.1
v0.3.2
(cargo-release) dify version 0.3.2
v0.3.2-alpha.3
(cargo-release) dify version 0.3.2-alpha.3
v0.3.2-alpha.2
(cargo-release) dify version 0.3.2-alpha.2
v0.3.1
(cargo-release) dify version 0.3.1
v0.3.0
(cargo-release) dify version 0.3.0
v0.2.0-alpha.13
(cargo-release) dify version 0.2.0-alpha.13