2.4.1
dmtrKovalenko/odiff2.4.1Jun 28, 2021by dmtrKovalenko
AI Summary
Temporarily removed TIFF and JPEG support to resolve dependency and linking errors.
Key Highlights
- Removed support for `.tiff` and `.jpeg` formats
- Fixed dyld library loading errors on MacOS
- Fixed antialiasing option
Breaking Changes
- Removed support for `.tiff` and `.jpeg` formats
Full Release Notes
## Breaking changes We remove support of `.tiff` and `.jpeg` temporarily as before they weren't working without globally installed `libjpeg` and `libtiff` in the correct folder, so we decided to completely remove support for other than `.png` formats for now and get back to them later on. ## Fixes * Fix issue `Error: dyld: Library not loaded: /usr/local/opt/libtiff/lib/libtiff.5.dylib` if libtiff is not installed om MacOS * Fix issue `antialiasing` option from `nodejs` bindings * Fix not failing with `layout-diff` if only one dimension is different