diff_image2 1.3.1
diff_image2: ^1.3.1 copied to clipboard
A package to get the difference between two images. Currently supports fetching images from web and from local memory.
1.3.1 #
- Add httpHeaders for compare by url
1.3.0 #
- Improve the performance
1.2.1 #
- Remove unnecessary await for file isExist
1.2.0 #
- Fix
compareFromFilenot working - Rename any
ImgtoImagefor parameters
1.1.0 #
- Add
compareFromFilefunction to compare image files - Update
saveImagefunction to take name and directory and save image result
1.0.4 #
- Update documentation
1.0.3 #
- Update the sample image
1.0.2 #
- Upgrade to Flutter 3.16
1.0.1 #
- Removed
imagepackage export. - Added a better Dart example, using a
pubspec.yamlto handle the dependencies.
1.0.0 #
- Added comparison between local files.
- Refactored with a better code style.
- Separate save diff image function from the compare images function.
0.1.1 #
- Fixed some health suggestions from Dart Pub.
0.1.0 #
- Initial version, created by Limonadev.
- Support for comparing only images from web (urls).