Open qarmin opened 3 weeks ago
When trying to add this library to project - https://github.com/qarmin/img_hash/pull/24, I found that almost all algorithms gives different results than image-rs.
Even nearest algorithm gives sometimes different result.
There is also a missing Triangle algorithm.
It would be great to replace image-rs, without needing to bother with compatibility problems
image::imageops::Triangle should be equivalent to FilterType::Bilinear from fast_image_resize
image::imageops::Triangle
FilterType::Bilinear
fast_image_resize
When trying to add this library to project - https://github.com/qarmin/img_hash/pull/24, I found that almost all algorithms gives different results than image-rs.
Even nearest algorithm gives sometimes different result.
There is also a missing Triangle algorithm.
It would be great to replace image-rs, without needing to bother with compatibility problems