2.4.0
dmtrKovalenko/odiff2.4.0Jun 17, 2021by dmtrKovalenko
AI Summary
Added ignore regions feature and resolved linking issues on Windows.
Key Highlights
- Added ignore regions support (`--ignore-regions`)
- Improved image difference speed
- Fixed linking issues on Windows Server/Esy prefix
New Features
- Added ignore regions support (`--ignore-regions` option)
Full Release Notes
## This is huuuge Big thanks to @eWert-Online for his help on this project and especially this release 🎉 ### Features: - 🔳 Add ignore regions support. You can use `--ignore-regions` param or `ignoreRegions` option for node.js to ignore changes inside specific coordinate array - 🚄 Improve image difference, yes odiff is even faster than before ### Fixes: - 🐛 Finally resolve all issues with linking libpng and zlib on windows server and esy prefix by providing one statically linked binary. Now it should not have any problems on any operation system - 🐛 Fix "index out of bounds" on antialiasing check if image is zero height or width (#38)