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